diff options
author | H. Peter Anvin <hpa@zytor.com> | 1998-04-06 11:04:14 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 1998-04-06 11:04:14 +0000 |
commit | eeeaa14d5598f0cea5aaf4ce51f2a6b833ece357 (patch) | |
tree | 282c75679ebb6fcb8baa6eb12f868d3f3855c1a3 /modules | |
parent | 470b72f4c94152dad8f086155a219ffeec5a79e1 (diff) | |
download | autofs3-eeeaa14d5598f0cea5aaf4ce51f2a6b833ece357.tar.gz autofs3-eeeaa14d5598f0cea5aaf4ce51f2a6b833ece357.tar.xz autofs3-eeeaa14d5598f0cea5aaf4ce51f2a6b833ece357.zip |
Remove redundant debugging output
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mount_autofs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/mount_autofs.c b/modules/mount_autofs.c index 1f52eca..967d747 100644 --- a/modules/mount_autofs.c +++ b/modules/mount_autofs.c @@ -41,10 +41,6 @@ int mount_mount(const char *root, const char *name, int name_len, char *options, *p; pid_t slave, wp; - syslog(LOG_DEBUG, MODPREFIX "starting..."); - syslog(LOG_DEBUG, MODPREFIX "root = %s, name = %s, c_options = %s", - root, name, c_options); - fullpath = alloca(strlen(root)+name_len+2); if ( !fullpath ) { syslog(LOG_ERR, MODPREFIX "alloca: %m"); |