fixed error message displayed when a note does not exist.
[ptask.git] / src / note.c
index 2fcb51f..f5e3a91 100644 (file)
@@ -100,7 +100,7 @@ char *note_get(const char *uuid)
                }
                fclose(f);
        } else {
-               log_err("Failed to open %s", path);
+               log_debug("%s does not exist or cannot be opened", path);
        }
 
        return str;