* src/virsh.c: Missing comma.
+Wed Nov 28 14:20:00 GMT 2007 Richard W.M. Jones <rjones@redhat.com>
+
+ * src/virsh.c: Missing comma.
+
Wed Nov 28 14:21:47 CET 2007 Jim Meyering <meyering@redhat.com>
* src/virsh.c (vshCloseLogFile): Diagnose close/write failure.
/* log file close */
if (ctl->log_fd >= 0) {
if (close(ctl->log_fd) < 0)
- vshError(ctl, FALSE, _("%s: failed to write log file: %s")
+ vshError(ctl, FALSE, _("%s: failed to write log file: %s"),
ctl->logfile ? ctl->logfile : "?", strerror (errno));
ctl->log_fd = -1;
}