]> arthur.barton.de Git - netatalk.git/commitdiff
Decrease loglevel to debug from error
authorRalph Boehme <sloowfranklin@gmail.com>
Mon, 16 Sep 2013 10:52:26 +0000 (12:52 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Mon, 16 Sep 2013 10:52:26 +0000 (12:52 +0200)
etc/spotlight/slmod_sparql.c

index 099aa964ca7073e38319b69f6224531afd837437..11b1dacf53449274b3eaea215f8105bc1745ff4c 100644 (file)
@@ -267,7 +267,7 @@ static int sl_mod_fetch_result(void *p)
         EC_NULL_LOG( path = tracker_to_unix_path(uri) );
 
         if ((id = cnid_for_path(slq->slq_vol->v_cdb, slq->slq_vol->v_path, path, &did)) == CNID_INVALID) {
-            LOG(log_error, logtype_sl, "sl_mod_fetch_result: cnid_for_path error: %s", path);
+            LOG(log_debug, logtype_sl, "sl_mod_fetch_result: cnid_for_path error: %s", path);
             goto loop_cleanup;
         }
         LOG(log_debug, logtype_sl, "Result %d: CNID: %" PRIu32 ", path: \"%s\"", i, ntohl(id), path);