dbms: development [#CONV-2944].

This commit is contained in:
Alexey Milovidov 2012-06-19 23:02:27 +00:00
parent 318bd06229
commit 5921a2e891

View File

@ -568,7 +568,7 @@ private:
default:
throw Exception("Unexpected packet from server (expected Data, got "
+ String(Protocol::Server::toString(packet.type)) + ")", ErrorCodes::UNEXPECTED_PACKET_FROM_SERVER);
+ String(Protocol::Server::toString(Protocol::Server::Enum(packet.type))) + ")", ErrorCodes::UNEXPECTED_PACKET_FROM_SERVER);
}
}