mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
avoid repeating initial error message
This commit is contained in:
@@ -305,7 +305,7 @@ public class DocServer implements Runnable {
|
||||
|
||||
server.join();
|
||||
} catch (Exception e) {
|
||||
logger.error(e.getMessage(), e);
|
||||
logger.error("error while starting doc server", e);
|
||||
e.printStackTrace(System.out);
|
||||
System.exit(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user