More detailed printout
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ int main( int argc, char *argv[] )
|
||||
n->recv();
|
||||
|
||||
if ( n->get_remote_state_num() != last_num ) {
|
||||
fprintf( stderr, "%s", n->get_remote_diff().c_str() );
|
||||
fprintf( stderr, "[%d=>%d %s]", (int)last_num, (int)n->get_remote_state_num(), n->get_remote_diff().c_str() );
|
||||
last_num = n->get_remote_state_num();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user