]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/statd/sm-notify.c
libnsm.a: Add support for multiple lines in monitor record files
[nfs-utils.git] / utils / statd / sm-notify.c
index 70d94a800f4c44c8b2b686a7849c4a3bd7cba3d8..3259a3e973d774de310f93065fcc1c867a026124 100644 (file)
@@ -130,9 +130,10 @@ out_nomem:
 
 static void smn_forget_host(struct nsm_host *host)
 {
-       xlog(D_CALL, "Removing %s from notify list", host->name);
+       xlog(D_CALL, "Removing %s (%s, %s) from notify list",
+                       host->name, host->mon_name, host->my_name);
 
-       nsm_delete_notified_host(host->name);
+       nsm_delete_notified_host(host->name, host->mon_name, host->my_name);
 
        free(host->my_name);
        free(host->mon_name);