From 98853822e0aef71cb618e821d98fa28fab32504e Mon Sep 17 00:00:00 2001 From: calzoneman Date: Tue, 20 Aug 2013 19:53:30 -0500 Subject: [PATCH] Slight fix to update.js --- update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.js b/update.js index 89c550ca..94491af0 100644 --- a/update.js +++ b/update.js @@ -73,7 +73,7 @@ function fixDBUnicode(db) { console.log(err); return; } - console.log("Fixed user_playlists"); + console.log("Fixed " + lib); }); }); }); @@ -96,7 +96,7 @@ function fixDBUnicode(db) { console.log(err); return; } - console.log("Fixed " + lib); + console.log("Fixed user_playlists"); }); }); });