mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +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!");
|
Tomahawk.log("Object not found!");
|
||||||
} else {
|
} else {
|
||||||
if (!this.objects[objectId][methodName]) {
|
if (!this.objects[objectId][methodName]) {
|
||||||
Tomahawk.log("Function not found!");
|
Tomahawk.log("Function not found: " + methodName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user