changed copyright dates to 2012
[psensor.git] / src / ui_notify.c
index 9422e63..c92b5fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2011 jeanfi@gmail.com
+ * Copyright (C) 2010-2012 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -39,8 +39,7 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui)
        char *name;
        NotifyNotification *notif;
 
-       log_debug("ui_notify() last_notification %d",
-                 last_notification_tv.tv_sec);
+       log_debug("last_notification %d", last_notification_tv.tv_sec);
 
        if (gettimeofday(&t, NULL) != 0) {
                log_printf(LOG_ERR,  _("gettimeofday failed"));
@@ -72,8 +71,7 @@ void ui_notify(struct psensor *sensor, struct ui_psensor *ui)
                                                NULL,
                                                GTK_WIDGET(ui->main_window));
 #endif
-               log_debug("ui_notify() notif_notification_new %s",
-                         sensor->name);
+               log_debug("notif_notification_new %s", sensor->name);
 
                notify_notification_show(notif, NULL);