X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=mount.c;h=55f11341a6bd03b9f134b2766721fd397a38d1d7;hb=b9cd233f49f384ea4b8a91c5d1734aae3172bcae;hp=3cb4cf2dd5d1edcbb50c325f170a320bf62ef961;hpb=c497c7a9e4db487eab4f92421a74d721d9558186;p=elogind.git diff --git a/mount.c b/mount.c index 3cb4cf2dd..55f11341a 100644 --- a/mount.c +++ b/mount.c @@ -385,7 +385,7 @@ static void mount_set_state(Mount *m, MountState state) { mount_notify_automount(m, -ENODEV); if (state != old_state) - log_debug("%s changed %s → %s", + log_debug("%s changed %s -> %s", UNIT(m)->meta.id, mount_state_to_string(old_state), mount_state_to_string(state));