Skip to content

Commit

Permalink
Making logging to asynchronous for the daemons
Browse files Browse the repository at this point in the history
Signed-off-by: saksham <garg.saksham@yahoo.com>
  • Loading branch information
sakshamgarg committed Jan 17, 2019
1 parent 304b199 commit f46e4b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/Liblog/pbs_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,6 @@ log_record(int eventtype, int objclass, int sev, const char *objname, const char
eventtype & ~PBSEVENT_FORCE, msg_daemonname,
class_names[objclass], objname, text);

(void)fflush(logfile);
if (rc < 0) {
rc = errno;
clearerr(logfile);
Expand Down

0 comments on commit f46e4b3

Please sign in to comment.