We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2177235 commit 010cbc3Copy full SHA for 010cbc3
opengrok-indexer/src/main/java/org/opengrok/indexer/util/Executor.java
@@ -224,8 +224,8 @@ public void run() {
224
ret = process.waitFor();
225
226
LOGGER.log(Level.FINE,
227
- "Finished command {0} in directory {1}",
228
- new Object[] {cmd_str,dir_str});
+ "Finished command {0} in directory {1} with exit code {2}",
+ new Object[] {cmd_str, dir_str, ret});
229
230
// Wait for the stderr read-out thread to finish the processing and
231
// only after that read the data.
0 commit comments