From fec81dab5b5cf23752a70c25f1adf07602a023b9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 30 Apr 2012 07:39:33 +0000 Subject: [PATCH] fixed message --- src/ui_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui_notify.c b/src/ui_notify.c index 73a6cc5..8993a18 100644 --- a/src/ui_notify.c +++ b/src/ui_notify.c @@ -45,7 +45,7 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui) log_debug("last_notification %d", last_notification_tv.tv_sec); if (gettimeofday(&t, NULL) != 0) { - log_err(_("gettimeofday failed")); + log_err(_("gettimeofday failed.")); return; } -- 2.7.4