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