diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 739b9be..db4355d 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,13 +3,7 @@
-
-
-
-
-
-
@@ -51,14 +45,15 @@
-
-
+
+
+
@@ -78,8 +73,8 @@
-
-
+
+
@@ -163,9 +158,9 @@
-
+
@@ -708,7 +703,13 @@
1455790319854
-
+
+ 1455793091503
+
+
+ 1455793091503
+
+
@@ -754,7 +755,8 @@
-
+
+
@@ -1357,14 +1359,15 @@
-
-
+
+
+
diff --git a/enteletaor_lib/modules/redis/redis_poison.py b/enteletaor_lib/modules/redis/redis_poison.py
index 66799e3..9ce41ac 100644
--- a/enteletaor_lib/modules/redis/redis_poison.py
+++ b/enteletaor_lib/modules/redis/redis_poison.py
@@ -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.")