Stop suggesting -grope argument when -grope argument was actually given
This commit is contained in:
parent
65327c21ed
commit
d9a4f21fa7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user