More graceful output from failed verification

This commit is contained in:
Keith Winstein
2012-05-05 01:53:28 -04:00
parent 3573cec92a
commit 43182729ec
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -589,8 +589,7 @@ bool Cell::compare( const Cell &other ) const
if ( !(renditions == other.renditions) ) {
ret = true;
fprintf( stderr, "renditions: %s vs. %s\n",
renditions.sgr().c_str(), other.renditions.sgr().c_str() );
fprintf( stderr, "renditions differ\n" );
}
if ( wrap != other.wrap ) {