summaryrefslogtreecommitdiffstats
path: root/runtime/transport/transport.c
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2008-03-31 10:05:38 -0400
committerMartin Hunt <hunt@redhat.com>2008-03-31 10:05:38 -0400
commita18db0a7895c33bb5246a15f715b30fbd006bd9b (patch)
tree71e291c9ffe96f9014bdcb9a14a167ae4b8a62cd /runtime/transport/transport.c
parent20d2c2c26b42b27a4881a46364a33330b2a6ea31 (diff)
downloadsystemtap-steved-a18db0a7895c33bb5246a15f715b30fbd006bd9b.tar.gz
systemtap-steved-a18db0a7895c33bb5246a15f715b30fbd006bd9b.tar.xz
systemtap-steved-a18db0a7895c33bb5246a15f715b30fbd006bd9b.zip
Remove misleading error message.
Diffstat (limited to 'runtime/transport/transport.c')
-rw-r--r--runtime/transport/transport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/transport/transport.c b/runtime/transport/transport.c
index 8f59584d..7ff9c8c0 100644
--- a/runtime/transport/transport.c
+++ b/runtime/transport/transport.c
@@ -369,7 +369,6 @@ static struct dentry *_stp_get_root_dir(const char *name)
_stp_lock_inode(sb->s_root->d_inode);
root = lookup_one_len(name, sb->s_root, strlen(name));
_stp_unlock_inode(sb->s_root->d_inode);
- errk("ERROR: root=%p\n", root);
if (!IS_ERR(root))
dput(root);
else {