Skip to content

Commit a8b07b4

Browse files
committed
fix networks log
1 parent 6187e61 commit a8b07b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usage/src/main/java/com/cloud/usage/parser/NetworksUsageParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected boolean parse(AccountVO account, Date startDate, Date endDate) {
4848

4949
final List<UsageNetworksVO> usageNetworksVO = networksDao.getUsageRecords(account.getId(), startDate, endDate);
5050
if (CollectionUtils.isEmpty(usageNetworksVO)) {
51-
logger.debug("Cannot find any VPC usage for account [{}] in period between [{}] and [{}].", account, startDate, endDate);
51+
logger.debug("Cannot find any Networks usage for account [{}] in period between [{}] and [{}].", account, startDate, endDate);
5252
return true;
5353
}
5454

0 commit comments

Comments
 (0)