Tracker: Fixed wrong error message in ContainerWindow.cpp

This commit is contained in:
Hrishi Hiraskar 2018-07-20 19:42:53 +05:30 committed by waddlesplash
parent fe66a314c8
commit 46bf100be4
1 changed files with 1 additions and 1 deletions

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;
}