Only useful data should begin with REPLY:

SVN revision: 16999
This commit is contained in:
sebastid 2005-09-27 21:26:57 +00:00 committed by sebastid
parent 1e672c7991
commit 24ea3f9639
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}