changed sleepycat error prefix to "Sleepycat"
This commit is contained in:
parent
4b439b9d20
commit
fbf746ed9e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class DbWrapper {
|
|||
|
||||
try {
|
||||
dbenv.set_error_stream(System.err);
|
||||
dbenv.set_errpfx("HOP: ");
|
||||
dbenv.set_errpfx("Sleepycat");
|
||||
} catch (Exception e) {
|
||||
System.err.println("Error in DbWrapper: "+e.toString());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue