diff --git a/AutoTx/Logging.cs b/AutoTx/Logging.cs index ef36ae27df19743c71d10fdd46e0eb1c6bbc5a9f..f438fd6aeb21ec0ddb0696428caf298df4d9f39c 100644 --- a/AutoTx/Logging.cs +++ b/AutoTx/Logging.cs @@ -26,7 +26,7 @@ namespace AutoTx } /// <summary> - /// // Calls writeLog() if debug mode is enabled in the config file + /// Call writeLog() if debug mode is enabled, optionally send an admin notification. /// </summary> public void writeLogDebug(string logText, bool notify = false) { if (_config.Debug)