Browse Source

ckpmsg - display up to 64k of the reply data

master
kanoi 10 years ago
parent
commit
d1cbdc56db
  1. 2
      src/ckpmsg.c

2
src/ckpmsg.c

@ -130,7 +130,7 @@ int main(int argc, char **argv)
continue;
}
mkstamp(stamp, sizeof(stamp));
LOGNOTICE("%s Received response: %s", stamp, buf);
LOGMSGSIZ(65536, LOG_NOTICE, "%s Received response: %s", stamp, buf);
}
dealloc(buf);

Loading…
Cancel
Save