fix - improved output messages

This commit is contained in:
cr0hn
2016-02-18 11:58:57 +01:00
parent df1779a09e
commit d40bd9b935
2 changed files with 19 additions and 16 deletions

View File

@@ -177,7 +177,7 @@ def action_redis_cache_poison(config):
# Set injection into server
con.setex(val, 200, modified)
log.error(" - Poisoned cache key '%s' at '%s'" % (val, config.target))
log.error(" - Poisoned cache key '%s' at server '%s'" % (val, config.target))
if not cache_keys:
log.error(" - No cache keys found in server: Can't poison remote cache.")