aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaximilian attems <max@stro.at>2010-04-05 04:18:09 +0200
committermaximilian attems <max@stro.at>2010-07-07 14:05:49 +0200
commitf0edd251485dcb3111466307ca8d9c9d74467b19 (patch)
tree4ec4fc81af84e6c7399aa49993a9a18ca44e1030
parentfcceed7687bde392831c8eefa4c36600ce837fac (diff)
downloadklibc-f0edd251485dcb3111466307ca8d9c9d74467b19.tar.gz
[klibc] resume: silence warning on resume try
We most propably didn't hibernate in the first place. s/fprintf/dprintf/ Signed-off-by: maximilian attems <max@stro.at>
-rw-r--r--usr/kinit/resume/resumelib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/kinit/resume/resumelib.c b/usr/kinit/resume/resumelib.c
index 5233e7e8e5c8f2..32954bb5d069db 100644
--- a/usr/kinit/resume/resumelib.c
+++ b/usr/kinit/resume/resumelib.c
@@ -77,7 +77,7 @@ int resume(const char *resume_file, unsigned long long resume_offset)
failure:
if (powerfd >= 0)
close(powerfd);
- fprintf(stderr, "kinit: No resume image, doing normal boot...\n");
+ dprintf("kinit: No resume image, doing normal boot...\n");
return -1;
fail_r: