--- profiles/input/hog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html