Add missing space to log statement

Change-Id: I1ea64ce2217776658e8139aa041e4e217985dfbb
This commit is contained in:
Pierre Riteau 2019-07-22 18:55:07 +02:00
parent ebc8eb843e
commit 7dca05326d
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class RabbitMQ(checks.AgentCheck):
if len(data) > max_detailed:
self.log.warning(
"Too many %s to fetch. Increase max_detailed_ in the config"
"Too many %s to fetch. Increase max_detailed_ in the config "
"or results will be truncated." %
object_type)