diff -ur policyd-1.82-orig/throttle.c policyd-1.82/throttle.c --- policyd-1.82-orig/throttle.c 2007-08-20 08:42:05.000000000 +0200 +++ policyd-1.82/throttle.c 2009-10-10 03:49:25.000000000 +0200 @@ -145,11 +145,11 @@ if(tcount[fd] >= tquota[fd] && tcount[fd] >= trcpt[fd]) { tresult = tcount[fd]; - if (DEBUG >= 4) logmessage("tquota[fd] won\n"); } + if (DEBUG >= 4) logmessage("tcount[fd] won\n"); } if(trcpt[fd] >= tcount[fd] && trcpt[fd] >= tquota[fd]) { tresult = trcpt[fd]; - if (DEBUG >= 4) logmessage("tquota[fd] won\n"); } + if (DEBUG >= 4) logmessage("trcpt[fd] won\n"); } if(DEBUG >= 4) logmessage("DEBUG: fd: %d: tresult: %d\n", fd, tresult);