Diff between 4794363f19ae61bbb706247259f65ef38c6fe909 and ef8e58d542bac3f2224710efb6ae4ab238fdb4fa
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog.c | +2 | -1 | modified |
Full Patch
diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index b6ac61d..a9018f5 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -885,7 +885,8 @@ static int hog_init(void)
err = suspend_init(suspend_callback, resume_callback);
if (err < 0)
- DBG("Suspend: %s(%d)", strerror(-err), -err);
+ error("Loading suspend plugin failed: %s (%d)", strerror(-err),
+ -err);
else
suspend_supported = TRUE;