diff options
| author | 2024-05-01 13:27:31 +0100 | |
|---|---|---|
| committer | 2024-05-01 13:44:14 +0100 | |
| commit | e5764984085fd20bc06818e8312c068e6633d63d (patch) | |
| tree | e1774b3d38ef9ed78917bbe9288f49683a99fc0a /include | |
| parent | Fix some messages that contain potentially remapped modes. (diff) | |
Add --protocoldebug, make --debug default to DEBUG not RAWIO.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configreader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 68e96cbf7..f0d2c966b 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -203,6 +203,9 @@ struct CommandLineConf final */ bool forcedebug; + /** If enabled then protocol traffic is being logged. */ + bool forceprotodebug; + /** If this is true then log output will be * written to the logfile. This is the default. * If you put -nolog on the commandline then |
