diff options
author | lpescher <lukas_078@yahoo.ca> | 2015-05-19 22:29:59 -0600 |
---|---|---|
committer | lpescher <lukas_078@yahoo.ca> | 2015-05-19 22:29:59 -0600 |
commit | f60bb5ee6dd5df93683f4966e46b649296ba9fe1 (patch) | |
tree | f54d09cdad03f0a877391cbc0aef4871e884a00c /doc/developer-notes.md | |
parent | cb873862411e2e40aea8225ee85ce710958024dd (diff) |
Update documentation to match the #4219 change
Diffstat (limited to 'doc/developer-notes.md')
-rw-r--r-- | doc/developer-notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 8f7db31d59..7d3d78adfc 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -102,7 +102,7 @@ CXXFLAGS="-g -ggdb -O0" or whatever debug flags you need. If the code is behaving strangely, take a look in the debug.log file in the data directory; error and debugging messages are written there. -The -debug=... command-line option controls debugging; running with just -debug will turn +The -debug=... command-line option controls debugging; running with just -debug or -debug=1 will turn on all categories (and give you a very large debug.log file). The Qt code routes qDebug() output to debug.log under category "qt": run with -debug=qt |