diff --git a/tsshbatch.py b/tsshbatch.py index 5a9be2a..fef48f7 100755 --- a/tsshbatch.py +++ b/tsshbatch.py @@ -501,7 +501,7 @@ if command.startswith(NOTIFY): if NOISELEVEL != SILENT: - PrintReport([NOTIFICATION, " ".join(command.split(NOTIFY)).strip() + '\n'], HANDLER=PrintStdout) + PrintStdout("%s: %s\n" % (NOTIFICATION, " ".join(command.split(NOTIFY)).strip())) continue # If this is a sudo run, force password to be read diff --git a/version b/version index 95f4af1..e3663bb 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.313 +1.314