Skip to content

Commit

Permalink
Debug for chroot()
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Dec 1, 2011
1 parent 9540fa4 commit 843b605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chroot.c
Expand Up @@ -47,6 +47,8 @@ wrapper(chroot, int, (const char * path))
struct stat sb;
#endif

debug("chroot(\"%s\")", path);

if (path == NULL) {
__set_errno(EFAULT);
return -1;
Expand Down

0 comments on commit 843b605

Please sign in to comment.