X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fwayland.cpp;h=4a723e52f77d6fe53bc43654c8f1881c63499bc6;hb=0b1d9ca2550bdb877d065a74e4debcc95c4e7b98;hp=26bf15841b5428b9438ab8c498d12fd285a5f12d;hpb=4e1f6616b5ce24022f088943912e4b98e7764100;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/wayland.cpp b/src/wayland.cpp index 26bf158..4a723e5 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Mentor Graphics Development (Deutschland) GmbH + * Copyright (c) 2017 TOYOTA MOTOR CORPORATION * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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();