diff options
Diffstat (limited to 'src/plainPacket.cpp')
-rw-r--r-- | src/plainPacket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plainPacket.cpp b/src/plainPacket.cpp index 6d06b3f..6863c48 100644 --- a/src/plainPacket.cpp +++ b/src/plainPacket.cpp @@ -103,7 +103,7 @@ void PlainPacket::reinit() if(length_ < (sizeof(payload_type_t))) { payload_type_ = NULL; - throw std::runtime_error("packet can't be initialized, buffer is too small"); + throw std::runtime_error("plain packet can't be initialized, buffer is too small"); } } |