X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwayland.cpp;h=4a723e52f77d6fe53bc43654c8f1881c63499bc6;hb=2b97202f86c492be91de83a93b513384871f321d;hp=bb34a4c39308a43f9373a47f844a2543b5c40863;hpb=7879eaa87df698098b4ac250d36dbc41f63627d2;p=apps%2Fagl-service-windowmanager.git diff --git a/src/wayland.cpp b/src/wayland.cpp index bb34a4c..4a723e5 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -256,7 +256,7 @@ void controller::controller_screen(uint32_t id, void controller::controller_layer(uint32_t id) { HMI_DEBUG("wm", "compositor::controller @ %p layer %u (%x)", this->proxy.get(), id, id); if (this->layers.find(id) != this->layers.end()) { - HMI_ERROR("wm", "Someone created a layer without asking US! (%d)", id); + HMI_DEBUG("wm", "WindowManager has created layer %u (%x) already", id, id); } else { auto &l = this->layers[id] = std::make_unique(id, this); l->clear_surfaces();