X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fsm-notify.c;h=3259a3e973d774de310f93065fcc1c867a026124;hp=70d94a800f4c44c8b2b686a7849c4a3bd7cba3d8;hb=7f98c14d38badedd30d2d4a6b1d15e913967bf87;hpb=b148d3414a8d574ff7883ad99d3d1dd980a12603 diff --git a/utils/statd/sm-notify.c b/utils/statd/sm-notify.c index 70d94a8..3259a3e 100644 --- a/utils/statd/sm-notify.c +++ b/utils/statd/sm-notify.c @@ -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);