|
|
|
@ -154,7 +154,7 @@ public class ConnectionConfigWrapper implements ConnectionConfigProvider, Connec
|
|
|
|
|
}); |
|
|
|
|
return true; |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
FineLoggerFactory.getLogger().error("update old connection fail , old name is {} , new name is {}", oldName, connection); |
|
|
|
|
FineLoggerFactory.getLogger().error("update old connection fail , old name is {} , new name is {}", oldName, connName); |
|
|
|
|
} |
|
|
|
|
return false; |
|
|
|
|
} |
|
|
|
|