Tracker: Fixed wrong error message in ContainerWindow.cpp
This commit is contained in:
parent
fe66a314c8
commit
46bf100be4
@ -247,7 +247,7 @@ RunAddOnMessageThread(BMessage *message, void *)
|
|||||||
(void**)&messageReceived);
|
(void**)&messageReceived);
|
||||||
|
|
||||||
if (result < 0) {
|
if (result < 0) {
|
||||||
PRINT(("Couldn't find populate_menu\n"));
|
PRINT(("Couldn't find message_received\n"));
|
||||||
unload_add_on(addonImage);
|
unload_add_on(addonImage);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user