va_start(ap, msg);
close_comms(rc); rc->f |= TVRF_BROKEN;
- tvec_report_v(tv, TVLEV_ERR, msg, &ap);
+ tvec_report_v(tv, TVLV_ERR, msg, &ap);
va_end(ap);
return (-1);
}
/* --- @remote_report@ --- *
*
* Arguments: @struct tvec_output *o@ = output sink (ignored)
- * @unsigned level@ = message level (@TVLEV_...@)
+ * @unsigned level@ = message level (@TVLV_...@)
* @const char *msg@, @va_list *ap@ = format string and
* arguments
*
*
* If @f@ has @ERF_SILENT@ set, then discard the stderr material
* without reporting it. Otherwise it is reported as
- * @TVLEV_NOTE@.
+ * @TVLV_NOTE@.
*
* if @f@ has @ERF_CLOSE@ set, then continue reading until
* end-of-file is received; also, report any final partial line,