aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/guard
diff options
context:
space:
mode:
Diffstat (limited to 'controlloop/common/guard')
-rw-r--r--controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java b/controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java
index bfdff4d7f..21bdcd853 100644
--- a/controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java
+++ b/controlloop/common/guard/src/main/java/org/onap/policy/guard/PIPEngineGetHistory.java
@@ -140,7 +140,7 @@ public class PIPEngineGetHistory extends StdConfigurableEngine{
operation = getRecipe(pipFinder).iterator().next();
target = getTarget(pipFinder).iterator().next();
} catch (Exception e) {
- logger.debug("could not retrieve actor, operation, or target from PIP finder");
+ logger.debug("could not retrieve actor, operation, or target from PIP finder", e);
return StdPIPResponse.PIP_RESPONSE_EMPTY;
}