Skip to content

Commit 010cbc3

Browse files
author
Vladimir Kotal
committed
log exit code
1 parent 2177235 commit 010cbc3

File tree

1 file changed

+2
-2
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/util

1 file changed

+2
-2
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/util/Executor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ public void run() {
224224
ret = process.waitFor();
225225

226226
LOGGER.log(Level.FINE,
227-
"Finished command {0} in directory {1}",
228-
new Object[] {cmd_str,dir_str});
227+
"Finished command {0} in directory {1} with exit code {2}",
228+
new Object[] {cmd_str, dir_str, ret});
229229

230230
// Wait for the stderr read-out thread to finish the processing and
231231
// only after that read the data.

0 commit comments

Comments
 (0)