---
client/controller.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/client/controller.cpp b/client/controller.cpp
index 91c0021..93805bc 100644
--- a/client/controller.cpp
+++ b/client/controller.cpp
@@ -335,6 +335,8 @@ bool ControllerConnection::handle_message(ControllerMsg
*hdr)
_handler->delete_menu();
break;
case CONTROLLER_SEND_CAD:
+ LOG_ERROR("TODO: CONTROLLER_SEND_CAD is not impelemented");
+ break;
default:
LOG_ERROR("Ignoring an unknown controller message %u", hdr->id);
return false;
--
1.7.9.1
_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel