mirror of https://github.com/apache/cloudstack.git
bug 6395: corrected net rule event error description
status 6395: resolved fixed
This commit is contained in:
parent
67c1aa5d8b
commit
8ae5a70b06
|
|
@ -2452,7 +2452,7 @@ public class NetworkManagerImpl implements NetworkManager, DomainRouterService {
|
|||
+ rule.getPrivatePort() + "] " + rule.getProtocol();
|
||||
} else {
|
||||
level = EventVO.LEVEL_ERROR;
|
||||
description = "deleted " + ruleName + " rule [" + publicIp + ":" + rule.getPublicPort() + "]->[" + rule.getPrivateIpAddress() + ":"
|
||||
description = "Error while deleting " + ruleName + " rule [" + publicIp + ":" + rule.getPublicPort() + "]->[" + rule.getPrivateIpAddress() + ":"
|
||||
+ rule.getPrivatePort() + "] " + rule.getProtocol();
|
||||
}
|
||||
EventUtils.saveEvent(userId, ipAddress.getAccountId(), level, type, description);
|
||||
|
|
|
|||
Loading…
Reference in New Issue