mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-22 07:40:00 +01:00
improve segfault error message, suggested by matthijs :)
git-svn-id: svn://code.dyne.org/veejay/trunk@1388 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -6625,7 +6625,10 @@ static void reloaded_sighandler(int x)
|
||||
veejay_msg(VEEJAY_MSG_WARNING, "Stopping reloaded");
|
||||
exit(0);
|
||||
} else if ( x == SIGSEGV ) {
|
||||
veejay_msg(VEEJAY_MSG_ERROR, "Bugs compromised the system.");
|
||||
veejay_msg(VEEJAY_MSG_ERROR, "Found Gremlins in your system.");
|
||||
veejay_msg(VEEJAY_MSG_WARNING, "No fresh ale found in the fridge.");
|
||||
veejay_msg(VEEJAY_MSG_INFO, "Running with sub-atomic precision...");
|
||||
veejay_msg(VEEJAY_MSG_ERROR, "Bugs compromised the system.");
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user