diff --git a/examples/pres_5/bob.c b/examples/pres_5/bob.c index 26cc9b002756b81d9f7f8b6129ed4f81641fc964..8454c9cfc2f4f72eb5da965ea540be54fd13e2fc 100644 --- a/examples/pres_5/bob.c +++ b/examples/pres_5/bob.c @@ -29,7 +29,7 @@ int main(int argc, char** argv) { rw_err_peek(c); for(int round=0; round<3; round++) { - printf("\nRound %d\n", round); + printf("\----------Round %d\n", round); connector_get(c, ports[3]); rw_err_peek(c); connector_sync(c, 1000);