Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Formatting, new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
binwiederhier committed Aug 8, 2014
1 parent 26b6c19 commit e4d078e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Expand Up @@ -265,8 +265,7 @@ private void handleCliRequestNoSyncRunning(CliRequest cliRequest) {
cliOutputStream.close();
}
catch (Exception e) {
logger.log(Level.WARNING, "Exception thrown when running CLI command through daemon: " + e);
e.printStackTrace();
logger.log(Level.WARNING, "Exception thrown when running CLI command through daemon: " + e, e);
eventBus.post(new BadRequestResponse(cliRequest.getId(), e.getMessage()));
}
}
Expand Down
Expand Up @@ -31,7 +31,6 @@
* This class contains various helper methods for daemon related tests.
*
* @author Pim Otte
*
*/
public class TestDaemonUtil {
private static final String DAEMON_RESOURCE_PATTERN = "/org/syncany/config/to/%s";
Expand Down

0 comments on commit e4d078e

Please sign in to comment.