X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fexec.c;fp=src%2Fmain%2Fexec.c;h=b421053c0ca01adb1be2b95beed719f85e896d0a;hb=14a87b81409ef1b07f589b05f013b4e2356b75a3;hp=904f2eab7a4fe10435123c0f9a872f86d310a008;hpb=4ca09576d948b5b74d83a3d981a3b121b87bae20;p=freeradius.git diff --git a/src/main/exec.c b/src/main/exec.c index 904f2ea..b421053 100644 --- a/src/main/exec.c +++ b/src/main/exec.c @@ -619,7 +619,7 @@ wait: if ((status != 0) || (ret < 0)) { ERROR("Program returned code (%d) and output '%s'", status, answer); } else { - ERROR("Program returned code (%d) and output '%s'", status, answer); + DEBUG2("Program returned code (%d) and output '%s'", status, answer); } return ret < 0 ? ret : status;