mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 22:38:06 +01:00
Include underlying exceptions when logging failures to write exit files
This commit is contained in:
committed by
Jon Chambers
parent
5c31ef43c9
commit
ed0a723fef
@@ -39,7 +39,7 @@ public class CommandStopListener implements Managed {
|
||||
writer.write("stopped");
|
||||
}
|
||||
} catch (final IOException e) {
|
||||
logger.error("Failed to open file {}", path);
|
||||
logger.error("Failed to open file {}", path, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user