Slight fix to update.js

This commit is contained in:
calzoneman 2013-08-20 19:53:30 -05:00
parent ffddc434f2
commit 98853822e0
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ function fixDBUnicode(db) {
console.log(err); console.log(err);
return; return;
} }
console.log("Fixed user_playlists"); console.log("Fixed " + lib);
}); });
}); });
}); });
@ -96,7 +96,7 @@ function fixDBUnicode(db) {
console.log(err); console.log(err);
return; return;
} }
console.log("Fixed " + lib); console.log("Fixed user_playlists");
}); });
}); });
}); });