~ubuntu-branches/debian/sid/varnish/sid

« back to all changes in this revision

Viewing changes to lib/libvcl/vcc_backend.c

  • Committer: Package Import Robot
  • Author(s): Stig Sandbeck Mathisen
  • Date: 2011-10-29 15:23:24 UTC
  • mfrom: (0.1.15)
  • Revision ID: package-import@ubuntu.com-20111029152324-tdtlsurrv22ysknj
Tags: 3.0.2-1
* New upstream release
* Build from upstream tarball instead of git tag
* debian/watch: more specific regular expression

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
                        status = vcc_UintVal(tl);
306
306
                        if (status < 100 || status > 999) {
307
307
                                VSB_printf(tl->sb,
308
 
                                    "Must specify .status with exactly three "
309
 
                                    " digits (100 <= x <= 999)\n");
 
308
                                    "Must specify .expected_response with "
 
309
                                    "exactly three digits "
 
310
                                    "(100 <= x <= 999)\n");
310
311
                                vcc_ErrWhere(tl, tl->t);
311
312
                                return;
312
313
                        }