From 0efe0e840c3069f29b7dfb45fc1c4ee118fe473c Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sat, 4 Oct 2008 00:11:52 +0200 Subject: Remove debug output from warning in procfs. --- runtime/procfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/procfs.c') diff --git a/runtime/procfs.c b/runtime/procfs.c index 8aeda14c..0fe22aba 100644 --- a/runtime/procfs.c +++ b/runtime/procfs.c @@ -38,8 +38,8 @@ void _stp_rmdir_proc_module(void) { if (_stp_proc_root && _stp_proc_root->subdir == NULL) { if (atomic_read(&_stp_proc_root->count) != LAST_ENTRY_COUNT) - _stp_warn("(%d,%d)Removal of /proc/systemtap/%s\nis deferred until it is no longer in use.\n" - "Systemtap module removal will block.\n", atomic_read(&_stp_proc_root->count), LAST_ENTRY_COUNT, THIS_MODULE->name); + _stp_warn("Removal of /proc/systemtap/%s\nis deferred until it is no longer in use.\n" + "Systemtap module removal will block.\n", THIS_MODULE->name); remove_proc_entry(THIS_MODULE->name, _stp_proc_stap); _stp_proc_root = NULL; } -- cgit