fixed message
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 30 Apr 2012 07:39:33 +0000 (07:39 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 30 Apr 2012 07:39:33 +0000 (07:39 +0000)
src/ui_notify.c

index 73a6cc5..8993a18 100644 (file)
@@ -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;
        }