Tracker: Fixed wrong error message in ContainerWindow.cpp

This commit is contained in:
Hrishi Hiraskar
2018-07-22 18:28:39 +00:00
committed by waddlesplash
parent fe66a314c8
commit 46bf100be4
+1 -1
View File
@@ -247,7 +247,7 @@ RunAddOnMessageThread(BMessage *message, void *)
(void**)&messageReceived);
if (result < 0) {
PRINT(("Couldn't find populate_menu\n"));
PRINT(("Couldn't find message_received\n"));
unload_add_on(addonImage);
goto end;
}