Tweak of column names and Event Strings.

This commit is contained in:
2023-01-15 10:55:16 -05:00
parent 21ff024bf8
commit cec70b3b64
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ public enum DevCmdManager {
+ ") '";
logString += cmd + ' ' + argString + '\'';
Logger.info( logString);
DbManager.AccountQueries.WRITE_ADMIN_LOG(pcName, cmd + " " + argString);
DbManager.AccountQueries.WRITE_ADMIN_LOG(pcName, "COMMAND: " + cmd + " " + argString);
// execute command;
try {