aboutsummaryrefslogtreecommitdiff
path: root/whatmaps
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-09-23 10:01:52 +0200
committerGuido Günther <agx@sigxcpu.org>2016-09-23 10:01:52 +0200
commit6470d6c6e9d1ec48ed586cc60e295460b4c78176 (patch)
treea17e93fbf626f06029ccb4a01b6e785669257e4b /whatmaps
parent0bcd51ef848059359c4a9a37d2ecf3b8efc8bf81 (diff)
Add missing spaces in warnings
Diffstat (limited to 'whatmaps')
-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)