From: José Matos Date: Mon, 3 Jun 2019 06:31:05 +0000 (+0100) Subject: Make verbose switch consistent. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1903c0b14f49fca9684bd546c042ec51031b6824;p=features.git Make verbose switch consistent. Someday we should probably unify these two switches. Because the debug switch is verbose and the verbose switch is mostly used for debuging. --- diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 236010fbc3..eee000deea 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -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