From: R. Steve McKown Date: Fri, 18 Jan 2013 01:18:01 +0000 (-0700) Subject: bpcdump: capture all log output X-Git-Url: https://oss.titaniummirror.com/gitweb?a=commitdiff_plain;h=06e2c63de5e45e98a2196c4213eebbea4fe9e91f;hp=06e2c63de5e45e98a2196c4213eebbea4fe9e91f;p=ovzbpc.git bpcdump: capture all log output When bpcdump starts, use a temporary file in /tmp to capture log output from the info() and error() functions. Then, which the correct home for the info file is created, move the temporary file to that name and continue along. Prior to this commit, all of the output from info() and error() prior to INFO being redefined were not also captured into the info file. ---