]> git.tuebingen.mpg.de Git - adu.git/blobdiff - error.h
Switch to the new osl_rbtree_loop() semantics.
[adu.git] / error.h
diff --git a/error.h b/error.h
index d97ce507451785591bf6a1052325fcd84959d08a..41553e3f9271d799e5d25065d2fe8f071b7376be 100644 (file)
--- a/error.h
+++ b/error.h
@@ -54,7 +54,6 @@ static inline const char *adu_strerror(int num)
 {
        assert(num > 0);
        if (num == E_OSL) {
-               fprintf(stderr, "osl error %d\n", osl_errno & 0xff);
                assert(osl_errno > 0);
                return osl_strerror((osl_errno));
        }