On Wednesday, March 28, 2018 7:01:10 PM CEST Mario Limonciello wrote: > This file is used both for setting the wakeup device without kernel > command line as well as for actually waking the system (when appropriate > swap header is in place). > > To avoid confusion on incorrect logs in system log downgrade the > message to debug and make it clearer. > > Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxxx> > --- > kernel/power/hibernate.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c > index d58fad3d..1028ecb 100644 > --- a/kernel/power/hibernate.c > +++ b/kernel/power/hibernate.c > @@ -1053,7 +1053,7 @@ static ssize_t resume_store(struct kobject *kobj, struct kobj_attribute *attr, > lock_system_sleep(); > swsusp_resume_device = res; > unlock_system_sleep(); > - pr_info("Starting manual resume from disk\n"); > + pm_pr_dbg("Configured resume from disk to %u\n", swsusp_resume_device); > noresume = 0; > software_resume(); > return n; > Both [1-2/2] applied, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html