Explorar el Código

Merge pull request 'Increase verbosity for srv_debug() in tag_index()' (#405) from shtrophic/snac2:master into master

Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/405
grunfink hace 1 año
padre
commit
126056b8ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data.c

+ 1 - 1
data.c

@@ -2235,7 +2235,7 @@ void tag_index(const char *id, const xs_dict *obj)
                     fclose(f);
                     fclose(f);
                 }
                 }
 
 
-                srv_debug(0, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag));
+                srv_debug(1, xs_fmt("tagged %s #%s (#%s)", id, name, md5_tag));
             }
             }
         }
         }
     }
     }