1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 20:49:52 +01:00

Make function not found message actually useful

This commit is contained in:
Dominik Schmidt 2015-01-05 04:12:48 +01:00
parent c840dbbf78
commit 343767f03c

View File

@ -621,7 +621,7 @@ Tomahawk.PluginManager = {
Tomahawk.log("Object not found!");
} else {
if (!this.objects[objectId][methodName]) {
Tomahawk.log("Function not found!");
Tomahawk.log("Function not found: " + methodName);
}
}