Stop suggesting -grope argument when -grope argument was actually given

This commit is contained in:
Baptiste Daroussin 2015-10-22 21:13:35 +00:00
parent 65327c21ed
commit d9a4f21fa7

View File

@ -217,7 +217,8 @@ main( int argc, char *argv[] )
apic_probe( &paddr, &where );
if ( where <= 0 ) {
fprintf( stderr, "\n MP FPS NOT found,\n" );
fprintf( stderr, " suggest trying -grope option!!!\n\n" );
if (!grope)
fprintf( stderr, " suggest trying -grope option!!!\n\n" );
return 1;
}