From de7a19352ed423fcb59ce7f7ca98f05a42240dc2 Mon Sep 17 00:00:00 2001 From: szaka Date: Sat, 9 Feb 2008 15:18:25 +0000 Subject: [PATCH] ntfs_log_set_handler(): log as ntfs-3g --- libntfs-3g/logging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libntfs-3g/logging.c b/libntfs-3g/logging.c index c34bc2b0..beb96548 100644 --- a/libntfs-3g/logging.c +++ b/libntfs-3g/logging.c @@ -291,7 +291,7 @@ void ntfs_log_set_handler(ntfs_log_handler *handler) ntfs_log.handler = handler; #ifdef HAVE_SYSLOG_H if (handler == ntfs_log_handler_syslog) - openlog("libntfs", LOG_PID, LOG_USER); + openlog("ntfs-3g", LOG_PID, LOG_USER); #endif } else ntfs_log.handler = ntfs_log_handler_null;