diff options
-rw-r--r-- | rhdropbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |