X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2Futil%2FSemaphore.java;h=673919d5ca5cd0f252411aec47efc9808198a764;hb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f;hp=15d6ffcd38dc4b4989a6a80b0f82e15f105b16ef;hpb=5a42fe8ca9bdfc070dbf860d10d3f288e87e9a41;p=org.ibex.core.git diff --git a/src/org/xwt/util/Semaphore.java b/src/org/xwt/util/Semaphore.java index 15d6ffc..673919d 100644 --- a/src/org/xwt/util/Semaphore.java +++ b/src/org/xwt/util/Semaphore.java @@ -21,8 +21,8 @@ public class Semaphore { wait(); } catch (InterruptedException e) { } catch (Throwable e) { - if (Log.on) Log.log(this, "Exception in Semaphore.block(); this should never happen"); - if (Log.on) Log.log(this, e); + if (Log.on) Log.info(this, "Exception in Semaphore.block(); this should never happen"); + if (Log.on) Log.info(this, e); } } val--;