qt_launchpad: remove PWRN()

This commit is contained in:
Christian Helmuth 2017-01-16 09:10:04 +01:00 committed by Norman Feske
parent 4e07f612cf
commit dfc7c4b60b

View File

@ -6,6 +6,8 @@
#include <QScrollArea>
#include <base/log.h>
#include "qt_launchpad.h"
#include "launch_entry.h"
@ -109,7 +111,7 @@ void Qt_launchpad::remove_child(Launchpad_child::Name const &name, Genode::Alloc
childrenDockWidgetContents->findChild<Child_entry*>(QString(name.string()) + "_child_entry");
if (!child_entry) {
PWRN("child entry lookup failed");
Genode::warning("child entry lookup failed");
return;
}