Skip to content

Commit

Permalink
[9115] Fix typo in error output.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
X-Savior authored and VladimirMangos committed Jan 7, 2010
1 parent 6343914 commit 87a2e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/WorldSocket.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ int WorldSocket::handle_input_header (void)

if ((header.size < 4) || (header.size > 10240) || (header.cmd > 10240))
{
sLog.outError ("WorldSocket::handle_input_header: client sent mailformed packet size = %d , cmd = %d",
sLog.outError ("WorldSocket::handle_input_header: client sent malformed packet size = %d , cmd = %d",
header.size, header.cmd);

errno = EINVAL;
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9114"
#define REVISION_NR "9115"
#endif // __REVISION_NR_H__

0 comments on commit 87a2e4d

Please sign in to comment.