mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 17:18:27 +02:00
minor fix
This commit is contained in:
parent
c0275bccc9
commit
0c0df1910d
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue