mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
Make function not found message actually useful
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user