Skip to content

Commit

Permalink
Move debug log to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianposton committed May 16, 2017
1 parent 98e6c48 commit 006297a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spawnshell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ void SpawnShell::updateSpawn(uint16_t id,
// found a match, ignore it
m_deadSpawnID[i] = 0;

seqInfo("(%d) had been removed from the zone, but saw a position update on it, so assuming bogus update.",
seqDebug("(%d) had been removed from the zone, but saw a position update on it, so assuming bogus update.",
id);

return;
Expand Down

0 comments on commit 006297a

Please sign in to comment.