From 6470d6c6e9d1ec48ed586cc60e295460b4c78176 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 23 Sep 2016 10:01:52 +0200 Subject: Add missing spaces in warnings --- whatmaps/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whatmaps/command.py b/whatmaps/command.py index 263f964..f59b214 100755 --- a/whatmaps/command.py +++ b/whatmaps/command.py @@ -117,11 +117,11 @@ def find_systemd_units(procmap, distro): try: unit = Systemd.process_to_unit(proc) except ValueError as e: - logging.warning("No systemd unit found for '%s': %s" + logging.warning("No systemd unit found for '%s': %s " "- restart manually" % (proc.exe, e)) continue if not unit: - logging.warning("No systemd unit found for '%s'" + logging.warning("No systemd unit found for '%s' " "- restart manually" % proc.exe) else: units.add(unit) -- cgit v1.2.3