Skip to content

Commit e766735

Browse files
committed
log command which had the IOException
1 parent dcc3ca2 commit e766735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/org/opensolaris/opengrok/util/Executor.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ public void run() {
184184
err.processStream(errorStream);
185185
} catch (IOException ex) {
186186
if (reportExceptions) {
187+
LOGGER.log(Level.SEVERE,
188+
"Error while executing command {0} in directory {1}",
189+
new Object[] {cmd_str,dir_str});
187190
LOGGER.log(Level.SEVERE,
188191
"Error during process pipe listening", ex);
189192
}

0 commit comments

Comments
 (0)