aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-06-01 11:26:53 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-06-01 11:26:59 +0200
commit8d05ec7bda41a720da16901c510b4cb75e6ab558 (patch)
treea535291c72bd52c21c489a489eb783518434ab30 /doc
parent4f1677b6ba9511bc1195b452f47aa5deb51ef2db (diff)
parentaa41bc84b1f11d5afc968376a038d849321a06d2 (diff)
downloadbitcoin-8d05ec7bda41a720da16901c510b4cb75e6ab558.tar.xz
Merge pull request #6164
aa41bc8 Update help message to match the #4219 change (lpescher) f60bb5e Update documentation to match the #4219 change (lpescher) cb87386 Make command line option to show all debugging consistent with similar options (lpescher)
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-notes.md2
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