@ -42,6 +42,9 @@ log_event_cb(unused int severity, const char *msg)
void
log_open(constchar*path)
{
if(log_file!=NULL)
fclose(log_file);
log_file=fopen(path,"w");
if(log_file==NULL)
return;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.