Skip to content

Commit

Permalink
MythLogging: Fix windows typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kendall committed Jun 29, 2011
1 parent 3f4f8a6 commit d6fae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/libs/libmythbase/system-windows.cpp
Expand Up @@ -603,7 +603,7 @@ void MythSystemWindows::Fork(time_t timeout)
// Ensure the read handle to the pipe for STDERR is not inherited.
if (!SetHandleInformation(p_stderr[0], HANDLE_FLAG_INHERIT, 0))
{
LOG(LOG_SYSTEM, LOG_ERR, "stderr inheritance error");
LOG(VB_SYSTEM, LOG_ERR, "stderr inheritance error");
SetStatus( GENERIC_EXIT_NOT_OK );
}
else
Expand Down

0 comments on commit d6fae70

Please sign in to comment.