From 24ea3f9639038ff67c6b737da8f7a620b91c90ae Mon Sep 17 00:00:00 2001 From: sebastid Date: Tue, 27 Sep 2005 21:26:57 +0000 Subject: [PATCH] Only useful data should begin with REPLY: SVN revision: 16999 --- src/bin/e_ipc_handlers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index 853d6b790..f88b9c1d9 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -1434,7 +1434,7 @@ break; DECODE(e_ipc_codec_str_list_dec) { FOR(dat) { if (dat == l) - printf("REPLY: Listing for \"%s\"\n", (char *)(l->data)); + printf("REPLY Listing for \"%s\"\n", (char *)(l->data)); else printf("REPLY: \"%s\"\n", (char *)(l->data)); }