1 diff -ru src.orig/suspend-utils-1.0/splash.c src/suspend-utils-1.0/splash.c
2 --- src.orig/suspend-utils-1.0/splash.c 2011-03-07 00:24:15.000000000 +0100
3 +++ src/suspend-utils-1.0/splash.c 2011-08-04 11:12:08.188474130 +0200
8 - printf("Looking for splash system... ");
9 +// printf("Looking for splash system... ");
11 if (!bootsplash_open()) {
12 splash->finish = bootsplash_finish;
15 /* add another splash system here */
18 + printf("No splash system found!\n");
20 splash->key_pressed = key_pressed;
24 +// printf("found\n");