Skip to content

Commit e53a1cb

Browse files
authored
fix: break out in case of write problem (fix #44)
1 parent b41bd70 commit e53a1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/log_proxy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ int main(int argc, char *argv[])
263263
if (write_status == FALSE) {
264264
g_warning("error during write on: %s", log_file);
265265
init_or_reinit_output_channel(log_file, use_locks);
266-
continue;
266+
break;
267267
}
268268
break;
269269
}

0 commit comments

Comments
 (0)