51 lines
1.5 KiB
Diff
51 lines
1.5 KiB
Diff
Index: suspend-0.8_20100831/splash.c
|
|
===================================================================
|
|
--- suspend-0.8_20100831.orig/splash.c
|
|
+++ suspend-0.8_20100831/splash.c
|
|
@@ -206,7 +206,7 @@ void splash_prepare(struct splash *splas
|
|
if (!mode)
|
|
return;
|
|
|
|
- printf("Looking for splash system... ");
|
|
+ /*printf("Looking for splash system... ");*/
|
|
|
|
if (!bootsplash_open()) {
|
|
splash->finish = bootsplash_finish;
|
|
@@ -246,12 +246,12 @@ void splash_prepare(struct splash *splas
|
|
} else if (0) {
|
|
/* add another splash system here */
|
|
} else {
|
|
- printf("none\n");
|
|
+ /*printf("none\n");*/
|
|
if (!open_input_fd())
|
|
splash->key_pressed = key_pressed;
|
|
return;
|
|
}
|
|
- printf("found\n");
|
|
+ /*printf("found\n");*/
|
|
|
|
splash->progress(0);
|
|
}
|
|
Index: suspend-0.8_20100831/suspend.c
|
|
===================================================================
|
|
--- suspend-0.8_20100831.orig/suspend.c
|
|
+++ suspend-0.8_20100831/suspend.c
|
|
@@ -1733,7 +1733,7 @@ int suspend_system(int snapshot_fd, int
|
|
}
|
|
|
|
sprintf(message, "Snapshotting system");
|
|
- printf("%s: %s\n", my_name, message);
|
|
+ /*printf("%s: %s\n", my_name, message);*/
|
|
splash.set_caption(message);
|
|
attempts = 2;
|
|
do {
|
|
@@ -1748,7 +1748,7 @@ int suspend_system(int snapshot_fd, int
|
|
if (!in_suspend) {
|
|
/* first unblank the console, see console_codes(4) */
|
|
printf("\e[13]");
|
|
- printf("%s: returned to userspace\n", my_name);
|
|
+ /*printf("%s: returned to userspace\n", my_name);*/
|
|
free_snapshot(snapshot_fd);
|
|
break;
|
|
}
|