Commit d2804dcf authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.2.x'

parents 0f62f05c ffcc854d
......@@ -108,7 +108,7 @@ public class ApplicationPidFileWriter implements
writePidFile(event);
}
catch (Exception ex) {
logger.warn(String.format("Cannot create pid file %s", this.file));
logger.warn(String.format("Cannot create pid file %s", this.file), ex);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment