shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-26 11:55:43 +02:00
parent 0d1edfc8fb
commit f8d1ba1f69

View file

@ -68,9 +68,9 @@ void shell_init(int srv_or_cli)
sleep(1);
sleep(5);
shelldebugprintf("sleeped 5 seconds\n");
shelldebugprint("sleeped 5 seconds\n");
sleep(5);
shelldebugprintf("sleeped another 5 seconds\n");
shelldebugprint("sleeped another 5 seconds\n");
}
}