changeset 556:e310d223dd12

quotedb: Rename a function argument.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 09 Jul 2020 12:24:56 +0300
parents b6b92f64013c
children 0ce432c3f03f
files quotedb.tcl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/quotedb.tcl	Thu Jul 09 12:24:41 2020 +0300
+++ b/quotedb.tcl	Thu Jul 09 12:24:56 2020 +0300
@@ -41,10 +41,10 @@
 
 
 #-------------------------------------------------------------------------
-proc qdb_log {arg} {
+proc qdb_log {umsg} {
   global qdb_log_enable qdb_name
   if {$qdb_log_enable != 0} {
-    putlog "$qdb_name: $arg"
+    putlog "$qdb_name: $umsg"
   }
 }