Skip to content
Snippets Groups Projects
Commit 436ce67d authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Improve method summary.

parent 87064061
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ namespace AutoTx ...@@ -26,7 +26,7 @@ namespace AutoTx
} }
/// <summary> /// <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> /// </summary>
public void writeLogDebug(string logText, bool notify = false) { public void writeLogDebug(string logText, bool notify = false) {
if (_config.Debug) if (_config.Debug)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment