Skip to content
Extraits de code Groupes Projets
Vérifiée Valider b74223eb rédigé par Kubat's avatar Kubat
Parcourir les fichiers

Log the failed to add kara in rescan/populate

parent dc65de86
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!101Corrections
...@@ -189,7 +189,9 @@ database_update(volatile sqlite3 *db, const char *kara_dir, int check_timestamp) ...@@ -189,7 +189,9 @@ database_update(volatile sqlite3 *db, const char *kara_dir, int check_timestamp)
"timestamps", path); "timestamps", path);
continue; continue;
} }
__database_add_kara(db, path); if (!__database_add_kara(db, path))
LOG_WARN("DB", "Failed to add kara with path '%s' to db",
path);
database_stamp(db); database_stamp(db);
} }
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter