ntfs_log_set_handler(): log as ntfs-3g

master
szaka 2008-02-09 15:18:25 +00:00
parent 7b17f7daf4
commit de7a19352e
1 changed files with 1 additions and 1 deletions

View File

@ -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;