aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwhatmaps/command.py4
1 files 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)