commit a131b742ab7b2c7c0c20d31456305322c220d9c7
parent 9b67e3265924368982ef4f99e100f8c03db2c83c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 29 Nov 2021 14:30:18 +0100
Fix a log formatting
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/sdis_interface.c b/src/sdis_interface.c
@@ -53,7 +53,7 @@ check_interface_shader
&& shader->convection_coef) {
log_warn(dev,
"%s: a solid/solid interface can't have a convection coefficient. The "
- " shader's pointer function for this attribute should be NULL.\n",
+ "shader's pointer function for this attribute should be NULL.\n",
caller_name);
}
if(shader->convection_coef_upper_bound < 0) {
@@ -67,7 +67,7 @@ check_interface_shader
&& shader->thermal_contact_resistance) {
log_warn(dev,
"%s: only solid/solid interface can have a thermal contact resistance. The "
- " shader's pointer function for this attribute should be NULL.\n",
+ "shader's pointer function for this attribute should be NULL.\n",
caller_name);
}