diff options
Diffstat (limited to 'common/listener.cpp')
-rw-r--r-- | common/listener.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/listener.cpp b/common/listener.cpp index 96d87be..8532ade 100644 --- a/common/listener.cpp +++ b/common/listener.cpp | |||
@@ -246,6 +246,9 @@ void Listener::processCommand(int commandId, uint messageId, const QByteArray &c | |||
246 | m_server->close(); | 246 | m_server->close(); |
247 | QTimer::singleShot(0, this, &Listener::quit); | 247 | QTimer::singleShot(0, this, &Listener::quit); |
248 | break; | 248 | break; |
249 | case Akonadi2::Commands::PingCommand: | ||
250 | Log() << QString("\tReceived ping command from %1").arg(client.name); | ||
251 | break; | ||
249 | default: | 252 | default: |
250 | if (commandId > Akonadi2::Commands::CustomCommand) { | 253 | if (commandId > Akonadi2::Commands::CustomCommand) { |
251 | Log() << QString("\tReceived custom command from %1: ").arg(client.name) << commandId; | 254 | Log() << QString("\tReceived custom command from %1: ").arg(client.name) << commandId; |