Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
make sure logs actually get written
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
org/postgresql/core/Logger.java
|
@@ -90,6 +90,7 @@ public void log(String str, Throwable t) { |
|
|
if (t != null) |
|
|
t.printStackTrace(writer); |
|
|
} |
|
|
writer.flush(); |
|
|
} |
|
|
} |
|
|
} |