summaryrefslogtreecommitdiff
path: root/socket.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-23 20:25:55 +0200
commit40d50879d9339e539a30e5d32234baffb732f0f9 (patch)
tree6eb99a62692a3f4ac1e6e38260460984fcef430c /socket.c
parent5dcfe57bb1a036ba6e4af10746c42892c44f0766 (diff)
get rid of unicode arrows, since the linux console cannot show them, not even in unicode mode
Diffstat (limited to 'socket.c')
-rw-r--r--socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket.c b/socket.c
index 3e7b0f8ba5..827d7b5e97 100644
--- a/socket.c
+++ b/socket.c
@@ -251,7 +251,7 @@ static void socket_dump(Unit *u, FILE *f, const char *prefix) {
if (!s->exec_command[c])
continue;
- fprintf(f, "%sā†’ %s:\n",
+ fprintf(f, "%s-> %s:\n",
prefix, socket_exec_command_to_string(c));
exec_command_dump_list(s->exec_command[c], f, prefix2);
@@ -496,7 +496,7 @@ static void socket_set_state(Socket *s, SocketState state) {
socket_close_fds(s);
if (state != old_state)
- log_debug("%s changed %s ā†’ %s",
+ log_debug("%s changed %s -> %s",
s->meta.id,
socket_state_to_string(old_state),
socket_state_to_string(state));