chiark / gitweb /
get rid of unicode arrows, since the linux console cannot show them, not even in...
[elogind.git] / device.c
index 520cbdb2c218cf05882ab554af4844c11a773a39..95c458f3d775aaa5beb7b7dbf3b89e12ef520326 100644 (file)
--- a/device.c
+++ b/device.c
@@ -52,7 +52,7 @@ static void device_set_state(Device *d, DeviceState state) {
         d->state = state;
 
         if (state != old_state)
-                log_debug("%s changed %s  %s",
+                log_debug("%s changed %s -> %s",
                           UNIT(d)->meta.id,
                           device_state_to_string(old_state),
                           device_state_to_string(state));