From a7fd6afb645726c3dc8f35c2b631dcceb634d136 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 10 Aug 2014 09:11:07 +0000 Subject: [PATCH] debug level test for clock_gettime() calls should match ok ratchov@ --- lib/libsndio/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libsndio/sio.c b/lib/libsndio/sio.c index 74e858755b1..aaee7001c2c 100644 --- a/lib/libsndio/sio.c +++ b/lib/libsndio/sio.c @@ -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 * @@ -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) -- 2.20.1