cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc().
This commit is contained in:
parent
d22cf3aa56
commit
c262a44e72
@ -2534,7 +2534,7 @@ cmDspRC_t _cmDspRecdPlayParseRsrc( cmDspCtx_t* ctx, cmDspInst_t* inst, cmRecdPla
|
||||
if( jnp == NULL || cmJsonIsArray(jnp)==false )
|
||||
{
|
||||
// this is really a warning - the object does not require preloaded segments.
|
||||
cmDspInstErr(ctx,inst,kRsrcNotFoundDspRC,"The 'recdPlay' resource used to define pre-loaded segments was not found.");
|
||||
cmDspInstErr(ctx,inst,kRsrcNotFoundDspRC,"Warning: The 'recdPlay' resource used to define pre-loaded segments was not found.");
|
||||
return kOkDspRC;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user