mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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;
|
return false;
|
||||||
}
|
}
|
||||||
} catch (ResourceUnavailableException ex) {
|
} 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user