Skip to content

Commit f60bb5e

Browse files
committed
Update documentation to match the #4219 change
1 parent cb87386 commit f60bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ CXXFLAGS="-g -ggdb -O0" or whatever debug flags you need.
102102
If the code is behaving strangely, take a look in the debug.log file in the data directory;
103103
error and debugging messages are written there.
104104

105-
The -debug=... command-line option controls debugging; running with just -debug will turn
105+
The -debug=... command-line option controls debugging; running with just -debug or -debug=1 will turn
106106
on all categories (and give you a very large debug.log file).
107107

108108
The Qt code routes qDebug() output to debug.log under category "qt": run with -debug=qt

0 commit comments

Comments
 (0)