patch-src_db_simple_db_plugin_c 387 B

1234567891011
  1. --- mpd-0.17.5.orig/src/db/simple_db_plugin.c 2013-08-01 09:15:41.000000000 +0200
  2. +++ mpd-0.17.5/src/db/simple_db_plugin.c 2013-10-08 15:28:10.000000000 +0200
  3. @@ -338,6 +338,8 @@ simple_db_save(struct db *_db, GError **
  4. fclose(fp);
  5. + g_message("Successfully written database to file: %s", db->path);
  6. +
  7. struct stat st;
  8. if (stat(db->path, &st) == 0)
  9. db->mtime = st.st_mtime;