mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7615: Update log msg to print error msg rather than exception
This commit is contained in:
parent
bdf7d65305
commit
1d01ee3a60
|
|
@ -659,7 +659,7 @@ public class FirewallManagerImpl extends ManagerBase implements FirewallService,
|
|||
return false;
|
||||
}
|
||||
} catch (ResourceUnavailableException ex) {
|
||||
s_logger.warn("Failed to apply firewall rules due to ", ex);
|
||||
s_logger.warn("Failed to apply firewall rules due to : "+ ex.getMessage());
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue