--- flow-tools-0.62/lib/ftstat.c Wed Oct 16 05:26:01 2002 +++ flow-tools-0.62-dev/lib/ftstat.c Wed Oct 16 08:02:27 2002 @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: ftstat.c,v 1.9 2002/10/15 21:26:01 maf Exp $ + * $Id: ftstat.c,v 1.8 2002/10/14 16:17:22 maf Exp $ */ #include @@ -3428,8 +3428,8 @@ /* make sure that the field selected is valid for this report type */ if ((lp->cur_rpt->allowed_fields & sort_field) != sort_field) { - fterr_warnx("%s line %d: field selected not available for report.", - lp->fname, lp->lineno); + fterr_warnx("%s line %d: field \"%s\" selected not available for report.", + lp->fname, lp->lineno, c); return -1; } @@ -3592,8 +3592,8 @@ /* make sure that the field is valid for this report type */ if ((lp->cur_rpt->allowed_fields & nfields) != nfields) { - fterr_warnx("%s line %d: field selected not available for report.", - lp->fname, lp->lineno); + fterr_warnx("%s line %d: field \"%s\" selected not available for report.", + lp->fname, lp->lineno, c); return -1; }