typo
authorDaniel Kouřil <kouril@ics.muni.cz>
Tue, 14 Oct 2008 11:11:52 +0000 (11:11 +0000)
committerDaniel Kouřil <kouril@ics.muni.cz>
Tue, 14 Oct 2008 11:11:52 +0000 (11:11 +0000)
org.glite.security.proxyrenewal/src/voms.c

index f8786f3..e7583cc 100644 (file)
@@ -188,7 +188,7 @@ renew_voms_cert(glite_renewal_core_context ctx, struct vomsdata *vd, struct voms
       err_msg = VOMS_ErrorMessage(vd, voms_error, NULL, 0);
       edg_wlpr_Log(ctx, LOG_ERR,
                    "Failed to contact VOMS server %s of VO %s: %s\n",
-                   (*c)->host, (*voms_cert)->voname, err_msg);
+                   voms_server, (*voms_cert)->voname, err_msg);
       free(err_msg);
    }