Skip to content

Commit

Permalink
change warning to log
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 10, 2015
1 parent f3bba90 commit 57874c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ var InstalledGamesList = function() {
installedGamesList.unshift({path: gamePath});
added = true;
} else {
console.warn(gamePath + " already installed");
console.log(gamePath + " already installed : overwriting");
}
if (opt_fileList) {
var game = installedGamesList[index];
Expand Down

0 comments on commit 57874c8

Please sign in to comment.