Report the key rather than the connection identifier so we can tell if it was
read-only or not. git-svn-id: https://samskivert.googlecode.com/svn/trunk@1837 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -202,7 +202,7 @@ public class StaticConnectionProvider implements ConnectionProvider
|
||||
String mapkey = ident + ":" + readOnly;
|
||||
Mapping conmap = _idents.get(mapkey);
|
||||
if (conmap == null) {
|
||||
Log.warning("Unknown connection failed!? [ident=" + ident + "].");
|
||||
Log.warning("Unknown connection failed!? [key=" + mapkey + "].");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user