Explorar el Código

cmd_dialog: log message about dialog records

Daniel-Constantin Mierla hace 6 años
padre
commit
0caf234ef0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      kamcli/commands/cmd_dialog.py

+ 1 - 1
kamcli/commands/cmd_dialog.py

@@ -31,7 +31,7 @@ def dialog_showdb(ctx, oformat, ostyle):
     \b
     \b
     """
     """
     e = create_engine(ctx.gconfig.get('db', 'rwurl'))
     e = create_engine(ctx.gconfig.get('db', 'rwurl'))
-    ctx.vlog('Showing all dispatcher records')
+    ctx.vlog('Showing all dialog records')
     res = e.execute('select * from dialog')
     res = e.execute('select * from dialog')
     ioutils_dbres_print(ctx, oformat, ostyle, res)
     ioutils_dbres_print(ctx, oformat, ostyle, res)