Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
zsummer committed Jan 14, 2015
1 parent e0c4f5a commit 14540d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log4z.cpp
Expand Up @@ -1632,7 +1632,7 @@ void LogerManager::run()
pLog = NULL;
}

for (int i=0; i<LOG4Z_LOGGER_MAX; i++)
for (int i=0; i<_lastId; i++)
{
if (_loggers[i]._enable && needFlush[i] > 0)
{
Expand Down

0 comments on commit 14540d6

Please sign in to comment.