]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Removed unnecessary print statement.
authormaek <devnull@localhost>
Sun, 10 Oct 2010 07:31:04 +0000 (09:31 +0200)
committermaek <devnull@localhost>
Sun, 10 Oct 2010 07:31:04 +0000 (09:31 +0200)
include/PduR.h

index 0a2061af92ccb61c754f67a35d4d459d3e7e4866..acf50397668d837dc054133e1f0e6b5e353fd422 100644 (file)
@@ -74,7 +74,6 @@ extern const PduR_PBConfigType *PduRConfig;
 #define DevCheck(PduId,PduPtr,ApiId,...) \\r
        if (PduRState == PDUR_UNINIT || PduRState == PDUR_REDUCED) { \\r
                DET_REPORTERROR(MODULE_ID_PDUR, PDUR_INSTANCE_ID, ApiId, PDUR_E_INVALID_REQUEST); \\r
-               DEBUG(DEBUG_LOW,"PDU Router not initialized. Routing request ignored.\n"); \\r
                return __VA_ARGS__; \\r
        } \\r
        if (PduPtr == 0 && PDUR_DEV_ERROR_DETECT) { \\r