minor changes to argument panicking
This commit is contained in:
@ -165,7 +165,7 @@ void panic_args(feature panic) {
|
||||
break;
|
||||
}
|
||||
} else if (panic & FEATURE_PANIC_SEED) {
|
||||
cerr << "Invalid seed" << endl;
|
||||
cerr << "Invalid seed!" << endl;
|
||||
} else
|
||||
cerr << "Something must have went really, really, wrong..."
|
||||
<< endl;
|
||||
|
Reference in New Issue
Block a user