chiark / gitweb /
build-sys: include README and LICENSE in tarball
[elogind.git] / target.c
index 32c2256e2756277d81fdafdf2b3844df3065f3ca..75f8ef8948db484817a53e6a30f1ad71e9645bcb 100644 (file)
--- 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));