Disable superfluous logging from kdeinit

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1177752 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent dd798b8683
commit 86c0e63eba

@ -530,9 +530,9 @@ int main(int argc, char **argv)
}
read_socket(sock, buffer, header.arg_length);
pid = *((long *) buffer);
if( !kwrapper ) /* kwrapper shouldn't print any output */
printf("[trinity kinit] Launched process with pid = %ld\n", pid);
else
// if( !kwrapper ) /* kwrapper shouldn't print any output */
// printf("[trinity kinit] Launched process with pid = %ld\n", pid);
if ( !(!kwrapper) )
kwrapper_run( pid );
}
else if (header.cmd == LAUNCHER_ERROR)

Loading…
Cancel
Save