mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-04 22:20:30 +01:00
Cleanup debug messages.
This commit is contained in:
parent
9165229a0a
commit
da3578a1a7
1 changed files with 0 additions and 6 deletions
|
|
@ -150,14 +150,8 @@ main (int argc, char **argv)
|
|||
flags |= NORMAL_PRIORITY_CLASS;
|
||||
if (!verbose)
|
||||
flags |= DETACHED_PROCESS;
|
||||
fprintf (stderr, "0b: %i\n", flags);
|
||||
#endif
|
||||
|
||||
fprintf (stderr, "1 %ls\n", dbusDaemonPath);
|
||||
fprintf (stderr, "2 %ls\n", command);
|
||||
fprintf (stderr, "3 %i\n", inherit);
|
||||
fprintf (stderr, "4 %i\n", flags);
|
||||
|
||||
result = CreateProcessW (dbusDaemonPath, command, 0, 0,
|
||||
inherit, flags, 0, 0, &si, &pi);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue