Fixed typo.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1683 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -182,7 +182,7 @@ public class StaticConnectionProvider implements ConnectionProvider
|
|||||||
{
|
{
|
||||||
Mapping conmap = (Mapping)_idents.get(ident);
|
Mapping conmap = (Mapping)_idents.get(ident);
|
||||||
if (conmap == null) {
|
if (conmap == null) {
|
||||||
Log.warning("Unknown connection falied!? [ident=" + ident + "].");
|
Log.warning("Unknown connection failed!? [ident=" + ident + "].");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user