From c19b1f89208de84e3c9a1fb87c9467941c353c59 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Nov 2009 22:38:10 +0000 Subject: fixed loglevel for notice message about added/removed directories --- rhdropbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhdropbox.c b/rhdropbox.c index 1049fd1..851d527 100644 --- a/rhdropbox.c +++ b/rhdropbox.c @@ -199,7 +199,7 @@ int process_cmd_add_remove(cmd_id_t cmd_id, const char* path, int fd, int inotif if(!ret) { send_status_watch_list(-1, watch_lst, client_lst); - log_printf(ERROR, "inotify %s '%s'", cmd_id == ADD ? "added" : "removed", path); + log_printf(NOTICE, "inotify %s '%s'", cmd_id == ADD ? "added" : "removed", path); } return ret; -- cgit v1.2.3