]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/lyxpreview2bitmap.py
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / scripts / lyxpreview2bitmap.py
index 236010fbc3b0fbbeb5cad84ce58f16722bac1127..eee000deeae33840f085d6554a0a82305b811850 100755 (executable)
@@ -378,8 +378,8 @@ def main(argv):
     if len(dir) != 0:
         os.chdir(dir)
 
-    if lyxpreview_tools.debug:
-        f_out = open('debug.txt', 'a')
+    if lyxpreview_tools.verbose:
+        f_out = open('verbose.txt', 'a')
         sys.stdout = f_out
         sys.stderr = f_out