mirror of https://github.com/apache/cloudstack.git
Fix an incomplete logging message.
This commit is contained in:
parent
4191f157c1
commit
35dcc4d6f9
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue