minor fix

This commit is contained in:
Ralf Habacker 2007-05-20 09:06:11 +00:00
parent c0275bccc9
commit 0c0df1910d

View file

@ -1,6 +1,8 @@
#include "config.h"
#if !defined(DBUS_ENABLE_VERBOSE_MODE) || defined(_MSC_VER)
//#define SPAWN_DEBUG
#ifndef SPAWN_DEBUG || defined(_MSC_VER)
#define PING()
#else
#define PING() fprintf (stderr, "%s:%s:%d\n", __FILE__, __FUNCTION__, __LINE__); fflush (stderr)
@ -453,7 +455,6 @@ babysitter (void *parameter)
}
_dbus_verbose ("babysitter: spawning %s\n", sitter->executable);
fprintf (stderr, "babysitter: spawning %s\n", sitter->executable);
PING();
if (sitter->envp != NULL)