aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2011-03-04 00:25:36 +0100
committerRafael J. Wysocki <rafael@ferrari.rjw.lan>2011-03-04 00:25:36 +0100
commit4370b77264f25a941f909d6f68443e64039e5595 (patch)
tree1ceb6de78523eb37c559ba08aea7264511accc15
parent1586daf42060f9f347e9a935fa78f360c4cb1a93 (diff)
downloadsuspend-utils-4370b77264f25a941f909d6f68443e64039e5595.tar.gz
s2ram: Remove messages asking for reports from s2ram-x86.c
Since s2ram is now deprecated and its whitelist is not going to be updated any more, prevent s2ram from encouraging users to report new machines to be added to the whitelist. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
-rw-r--r--s2ram-x86.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/s2ram-x86.c b/s2ram-x86.c
index 9547cb3..5a5c5a6 100644
--- a/s2ram-x86.c
+++ b/s2ram-x86.c
@@ -54,11 +54,6 @@ void identify_machine(void)
" sys_version = \"%s\"\n"
" bios_version = \"%s\"\n",
sys_vendor, sys_product, sys_version, bios_version);
- printf("See http://suspend.sf.net/s2ram-support.html for details.\n"
- "\n"
- "If you report a problem, please include the complete output above.\n"
- "If you report success, please make sure you tested it from both X and\n"
- "the text console and preferably without proprietary drivers.\n");
}
static int set_acpi_video_mode(int mode)
@@ -174,9 +169,8 @@ int s2ram_check(int id)
if (flags & UNSURE)
printf("ATTENTION:\nYour machine is in the whitelist "
" but the entry has not been confirmed.\n"
- "Please try to find the best options and "
- "report them as explained on\n"
- "http://suspend.sf.net/s2ram-support.html.\n\n");
+ "You may try to find better options "
+ "than previously reported.\n\n");
}
return ret;