diff --git a/tsshbatch.py b/tsshbatch.py index e302fe9..906f380 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -501,7 +501,7 @@ if command.startswith(NOTIFY): if NOISELEVEL != SILENT: - PrintStdout("%s: %s\n" % (NOTIFICATION, " ".join(command.split(NOTIFY)).strip())) + PrintStdout("%s> %s\n" % (NOTIFICATION, " ".join(command.split(NOTIFY)).strip())) continue # If this is a sudo run, force password to be read