1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:28:54 +03:00

Change the "GMenu2X starting" message

It contained outdated instructions.
This commit is contained in:
Paul Cercueil 2013-07-18 17:03:01 -04:00
parent 504641a6cf
commit 32d100ee2a

View File

@ -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);