Skip to content
Snippets Groups Projects
Commit 4dc258ed authored by brinn's avatar brinn
Browse files

change: include error message in description of inactivity

SVN: 7407
parent 8dad424d
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ public abstract class AbstractCopyActivitySensor implements IActivitySensor ...@@ -127,7 +127,7 @@ public abstract class AbstractCopyActivitySensor implements IActivitySensor
if (currentResult.isError()) if (currentResult.isError())
{ {
return "Error: Unable to determine the time of write activity on " return "Error: Unable to determine the time of write activity on "
+ getTargetDescription(); + getTargetDescription() + "\n" + currentResult.tryGetErrorMessage();
} else } else
{ {
final String inactivityPeriod = final String inactivityPeriod =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment