mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 23:30:37 +02:00
Change the "GMenu2X starting" message
It contained outdated instructions.
This commit is contained in:
parent
504641a6cf
commit
32d100ee2a
@ -140,7 +140,7 @@ const string GMenu2X::getHome(void)
|
||||
}
|
||||
|
||||
int main(int /*argc*/, char * /*argv*/[]) {
|
||||
INFO("----\nGMenu2X starting: If you read this message in the logs, check http://gmenu2x.sourceforge.net/page/Troubleshooting for a solution\n----\n");
|
||||
INFO("---- GMenu2X starting ----\n");
|
||||
|
||||
signal(SIGINT, &quit_all);
|
||||
signal(SIGSEGV,&quit_all);
|
||||
|
Loading…
Reference in New Issue
Block a user