updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / uswsusp-fbsplash / s2disk-splash-prepare-fail-msg-only.patch
blob4658d7a417fbeace1aa67135af85481cc0a45561
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
4 @@ -205,7 +205,7 @@
5 if (!mode)
6 return;
8 - printf("Looking for splash system... ");
9 +// printf("Looking for splash system... ");
11 if (!bootsplash_open()) {
12 splash->finish = bootsplash_finish;
13 @@ -236,12 +236,12 @@
14 } else if (0) {
15 /* add another splash system here */
16 } else {
17 - printf("none\n");
18 + printf("No splash system found!\n");
19 if (!open_input_fd())
20 splash->key_pressed = key_pressed;
21 return;
23 - printf("found\n");
24 +// printf("found\n");
26 splash->progress(0);