*** empty log message ***

This commit is contained in:
Martin Baulig
2000-01-02 16:20:15 +00:00
parent e0d9f28674
commit fa5d2af7ea
5 changed files with 13 additions and 6 deletions

View File

@@ -115,7 +115,7 @@ handle_slave_connection (int input, int output)
while (do_read (input, cmnd, sizeof (glibtop_command))) {
fprintf (stderr, "Slave %d received command "
"%d from client.\n", getpid (), cmnd->command);
"%ld from client.\n", getpid (), (long) cmnd->command);
if (cmnd->send_size >= BUFSIZ)
glibtop_error ("Client sent %d bytes, but buffer is %d",