diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-23 20:25:55 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-23 20:25:55 +0200 |
commit | 40d50879d9339e539a30e5d32234baffb732f0f9 (patch) | |
tree | 6eb99a62692a3f4ac1e6e38260460984fcef430c /snapshot.c | |
parent | 5dcfe57bb1a036ba6e4af10746c42892c44f0766 (diff) |
get rid of unicode arrows, since the linux console cannot show them, not even in unicode mode
Diffstat (limited to 'snapshot.c')
-rw-r--r-- | snapshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapshot.c b/snapshot.c index 397d09be19..513bf66475 100644 --- a/snapshot.c +++ b/snapshot.c @@ -39,7 +39,7 @@ static void snapshot_set_state(Snapshot *s, SnapshotState state) { s->state = state; if (state != old_state) - log_debug("%s changed %s → %s", + log_debug("%s changed %s -> %s", UNIT(s)->meta.id, snapshot_state_to_string(old_state), snapshot_state_to_string(state)); |