diff options
author | Anand Avati <avati@redhat.com> | 2014-04-29 13:54:53 -0700 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-04-30 23:58:16 -0700 |
commit | 15ea78fffd63756fecf2f15887d3cad6a13d2a34 (patch) | |
tree | 5716b935dfa6b544dddacbabb0de467ae122178c /configure.ac | |
parent | 630d46d714a233919664c035f2c5c48c028777e8 (diff) |
logging: use duplicate stderr, instead of re-opening
The special filename "-" is supposed to log to stderr. Instead of
trying to explictly open "/dev/stderr" again (which may not be possible
as permissions might have changed by then), dup the stderr and use
the copy.
It is not a good idea to use @stderr global variable directly, as
ctx->log.logfile is fclose()d in glfs_fini() (was fixed in
http://review.gluster.org/6452)
Change-Id: Ia6c538fe363905588dcf4fc4783804073956a586
BUG: 1088589
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/7607
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions