From 997bea708df5b0c47a94b8134c13617bfe7639fa Mon Sep 17 00:00:00 2001 From: Stephen Birarda <commit@birarda.com> Date: Fri, 7 Feb 2014 10:32:48 -0800 Subject: [PATCH] fix a PacketTypeVoxelQuery typo --- assignment-client/src/octree/OctreeServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignment-client/src/octree/OctreeServer.cpp b/assignment-client/src/octree/OctreeServer.cpp index 48fd0b0a8d..1b66c9ddba 100644 --- a/assignment-client/src/octree/OctreeServer.cpp +++ b/assignment-client/src/octree/OctreeServer.cpp @@ -468,7 +468,7 @@ void OctreeServer::processDatagram(const QByteArray& dataByteArray, const HifiSo if (packetType == getMyQueryMessageType()) { bool debug = false; if (debug) { - qDebug() << "Got PacketType_VOXEL_QUERY at" << usecTimestampNow(); + qDebug() << "Got PacketTypeVoxelQuery at" << usecTimestampNow(); } // If we got a PacketType_VOXEL_QUERY, then we're talking to an NodeType_t_AVATAR, and we