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:
mdb
2006-04-29 17:58:28 +00:00
parent 70e77b4040
commit 5fc9cafc36
@@ -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;
}