Skip to content

Commit

Permalink
fix console log output buffering causing log prints to not show up at…
Browse files Browse the repository at this point in the history
… least in systemd log
  • Loading branch information
vergoh committed Feb 7, 2017
1 parent 7cf603f commit e16c1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int printe(PrintType type)
printf("%d: %s\n", type, errorstring);
break;
}

fflush(stdout);
}

return result;
Expand Down

0 comments on commit e16c1eb

Please sign in to comment.