Skip to content

Commit

Permalink
Merge branch 'bugfixes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee committed Jan 17, 2021
2 parents a59134f + 9d61aec commit f957011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ write_str (
else if (self->logfd > -1)
{
#ifdef __linux__
dprintf-posix (
dprintf (
self->logfd, "%s\n", str);
#endif

Expand Down

0 comments on commit f957011

Please sign in to comment.