Skip to content

Commit

Permalink
Bug 36400537 - [36399558->22.06.8] com.oracle.coherence.persistence.P…
Browse files Browse the repository at this point in the history
…ersistenceException in query on mutation test

[git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v22.06/": change = 107511]
  • Loading branch information
mgamanho committed Mar 13, 2024
1 parent 9d67d16 commit eee2933
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000, 2022, Oracle and/or its affiliates.
* Copyright (c) 2000, 2024, Oracle and/or its affiliates.
*
* Licensed under the Universal Permissive License v 1.0 as shown at
* https://oss.oracle.com/licenses/upl.
Expand Down Expand Up @@ -1506,7 +1506,7 @@ public void abort(Object oToken)
catch (Throwable e)
{
// guard against any unexpected throwable
Logger.fine("Caught an exception while aborting transaction for token \"" + oToken + "\":", e);
Logger.finer("Caught an exception while aborting transaction for token \"" + oToken + "\":", e);
}
}
}
Expand Down

0 comments on commit eee2933

Please sign in to comment.