]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/console.c
tree-wide: s/getpid()/lxc_raw_getpid()/g
[mirror_lxc.git] / src / lxc / console.c
index 7a7678d188e68a4bf26478ca2890d6e3548cf0dd..ad4a314057a9828009eb981810bb3ea1571e4685 100644 (file)
@@ -414,7 +414,7 @@ static int lxc_console_peer_proxy_alloc(struct lxc_console *console, int sockfd)
        console->peerpty.busy = sockfd;
        lxc_console_mainloop_add_peer(console);
 
-       DEBUG("%d %s peermaster:%d sockfd:%d", getpid(), __FUNCTION__, console->peerpty.master, sockfd);
+       DEBUG("%d %s peermaster:%d sockfd:%d", lxc_raw_getpid(), __FUNCTION__, console->peerpty.master, sockfd);
        return 0;
 
 err1: