bug 6395: corrected net rule event error description

status 6395: resolved fixed
This commit is contained in:
kishan 2010-10-25 12:42:48 +05:30
parent 67c1aa5d8b
commit 8ae5a70b06
1 changed files with 1 additions and 1 deletions

View File

@ -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);