debug level test for clock_gettime() calls should match
authorjsg <jsg@openbsd.org>
Sun, 10 Aug 2014 09:11:07 +0000 (09:11 +0000)
committerjsg <jsg@openbsd.org>
Sun, 10 Aug 2014 09:11:07 +0000 (09:11 +0000)
ok ratchov@

lib/libsndio/sio.c

index 74e8587..aaee700 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: sio.c,v 1.17 2014/03/05 20:40:49 ratchov Exp $        */
+/*     $OpenBSD: sio.c,v 1.18 2014/08/10 09:11:07 jsg Exp $    */
 /*
  * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
  *
@@ -390,7 +390,7 @@ sio_revents(struct sio_hdl *hdl, struct pollfd *pfd)
 #ifdef DEBUG
        struct timespec ts0, ts1;
 
-       if (_sndio_debug >= 2)
+       if (_sndio_debug >= 4)
                clock_gettime(CLOCK_MONOTONIC, &ts0);
 #endif
        if (hdl->eof)