Fix an incomplete logging message.

This commit is contained in:
Min Chen 2013-07-25 15:22:17 -07:00
parent 4191f157c1
commit 35dcc4d6f9
1 changed files with 2 additions and 2 deletions

View File

@ -511,8 +511,8 @@ public class TemplateManagerImpl extends ManagerBase implements TemplateManager,
}
});
} else {
s_logger.info("Skip loading template " + template.getId() + " into primary storage " + pool.getId() + " as pool zone "
+ pool.getDataCenterId() + " is ");
s_logger.info("Skip loading template " + template.getId() + " into primary storage " + pool.getId() + " as pool zone " + pool.getDataCenterId()
+ " is different from the requested zone " + zoneId);
}
}
}