diff options
author | hunt <hunt> | 2007-09-14 17:33:29 +0000 |
---|---|---|
committer | hunt <hunt> | 2007-09-14 17:33:29 +0000 |
commit | 5010cebe245517a87bc81086c67203af98a523d7 (patch) | |
tree | c4208f52a93afbe5b196499fe79708d9ec93488e /runtime/procfs.c | |
parent | ce54f2e24706f55975a945542662b0e7280e483e (diff) | |
download | systemtap-steved-5010cebe245517a87bc81086c67203af98a523d7.tar.gz systemtap-steved-5010cebe245517a87bc81086c67203af98a523d7.tar.xz systemtap-steved-5010cebe245517a87bc81086c67203af98a523d7.zip |
Remove debug.
Diffstat (limited to 'runtime/procfs.c')
-rw-r--r-- | runtime/procfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/procfs.c b/runtime/procfs.c index 31cb3bee..9e028d78 100644 --- a/runtime/procfs.c +++ b/runtime/procfs.c @@ -128,7 +128,6 @@ int _stp_create_procfs(const char *path, int num) de = _stp_procfs_lookup(p, last_dir); if (de == NULL) { last_dir = proc_mkdir(p, last_dir); - _dbug("mkdir of %s returned %p\n", p, last_dir); if (!last_dir) { _stp_error("Could not create directory \"%s\"\n", p); goto err; |