about summary refs log tree commit diff stats
path: root/miasm/analysis/debugging.py
diff options
context:
space:
mode:
Diffstat (limited to 'miasm/analysis/debugging.py')
-rw-r--r--miasm/analysis/debugging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/analysis/debugging.py b/miasm/analysis/debugging.py
index f114d901..d5f59d49 100644
--- a/miasm/analysis/debugging.py
+++ b/miasm/analysis/debugging.py
@@ -377,7 +377,7 @@ class DebugCmd(cmd.Cmd, object):
 
         args = arg.split(" ")
         if args[-1].lower() not in ["on", "off"]:
-            self.print_warning("/!\ %s not in 'on' / 'off'" % args[-1])
+            self.print_warning("[!] %s not in 'on' / 'off'" % args[-1])
             return
         mode = args[-1].lower() == "on"
         d = {}