File tree Expand file tree Collapse file tree
src/main/java/net/herospvp/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 <groupId >net.herospvp</groupId >
88 <artifactId >database-lib</artifactId >
9- <version >1.3.5 -SNAPSHOT</version >
9+ <version >1.3.6 -SNAPSHOT</version >
1010
1111 <properties >
1212 <maven .compiler.source>8</maven .compiler.source>
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ public void run() {
123123 if (debugMode && getConnectionTime != 0 ) {
124124 System .out .println ("[database-lib] Worker: " + currentThread ().getName ());
125125 System .out .println ("[database-lib] Got connection in: " + (getConnectionTime - startTime ) + "ms" );
126- System .out .println ("[database-lib] Wrote: " + papersWritten + " papers ( "
126+ System .out .println ("[database-lib] Wrote " + papersWritten + " paper(s) in "
127127 + (System .currentTimeMillis () - startTime ) + " ms" );
128128 }
129129 papersWritten = 0 ;
You can’t perform that action at this time.
0 commit comments