summaryrefslogtreecommitdiff
path: root/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'target.c')
-rw-r--r--target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target.c b/target.c
index 32c2256e27..75f8ef8948 100644
--- a/target.c
+++ b/target.c
@@ -41,7 +41,7 @@ static void target_set_state(Target *t, TargetState state) {
t->state = state;
if (state != old_state)
- log_debug("%s changed %s → %s",
+ log_debug("%s changed %s -> %s",
UNIT(t)->meta.id,
target_state_to_string(old_state),
target_state_to_string(state));