Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 65ab7aea rédigé par Kubat's avatar Kubat
Parcourir les fichiers

FMT: Apply clang-format

parent 8b3d5db8
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -351,7 +351,8 @@ retry_config: ...@@ -351,7 +351,8 @@ retry_config:
FILE *file_desc = fopen(conf_file, "w+"); FILE *file_desc = fopen(conf_file, "w+");
if (file_desc != NULL) { if (file_desc != NULL) {
LOG_ERROR("INIT", "Failed to open default config file and initialize it"); LOG_ERROR("INIT", "Failed to open default config file and initialize it");
LOG_ERROR("INTI", "Conf file is %s, errno is %d: %s", conf_file, errno, strerror(errno)); LOG_ERROR("INTI", "Conf file is %s, errno is %d: %s", conf_file, errno,
strerror(errno));
return 1; return 1;
} }
config_default(file_desc); config_default(file_desc);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter