]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: fix log file usage
authorSean Hefty <sean.hefty@intel.com>
Wed, 5 May 2010 18:38:39 +0000 (11:38 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 5 May 2010 18:38:39 +0000 (11:38 -0700)
commit9822cae37f8ef35563b2fa59171a7c2f38e8e1f3
tree45e403f69216117efca02efb6482fd7699013c4f
parentbd7e8096dde02bde89833ff37f8a24b9a141c73d
ibacm: fix log file usage

The ibacm service inserts a space into the log file name.  Remove it.
Flush log file entries to disk, since the file is never closed, to avoid
losing entries.  Finally, set the default to write the log file to disk,
rather than the stdout.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
acm_opts.cfg
src/acm.c
src/acme.c