wrowe       01/04/03 13:37:06

  Modified:    test     testtime.c
  Log:
    Something helpful, probably non-portable, catch David :-)
  
  Revision  Changes    Path
  1.14      +5 -1      apr/test/testtime.c
  
  Index: testtime.c
  ===================================================================
  RCS file: /home/cvs/apr/test/testtime.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- testtime.c        2001/02/16 04:16:11     1.13
  +++ testtime.c        2001/04/03 20:37:05     1.14
  @@ -93,7 +93,11 @@
           exit(-1);
       }
       if (imp != now) {
  -     fprintf(stderr, "implode/explode mismatch\n");
  +     fprintf(stderr, "implode/explode mismatch\n"
  +                "apr_explode of apr_now() %15I64d\n"
  +                "apr_implode() returned   %15I64d\n"
  +                "error delta was          %15I64d\n",
  +                now, imp, imp-now);
        exit(-1);
       }
       fprintf(stdout, "OK\n");
  
  
  

Reply via email to