slightly more useful error message in addShips: roles_number
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@347 127b21dd-08f5-0310-b4b7-95ae10353056
This commit is contained in:
parent
30774a4ed6
commit
2c5867de1f
@ -1052,7 +1052,7 @@ static int shipsFound;
|
||||
|
||||
if ([tokens count] != 2)
|
||||
{
|
||||
NSLog(@"***** CANNOT ADDSHIPS: '%@'",roles_number);
|
||||
NSLog(@"***** CANNOT ADDSHIPS: '%@' - MUST BE '<role> <number>'",roles_number);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user