Browse Source

cmDspKr.c : Changed error message to warning in _cmDspRecdPlayParseRsrc().

master
kevin 9 years ago
parent
commit
c262a44e72
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dsp/cmDspKr.c

+ 1
- 1
dsp/cmDspKr.c View File

@@ -2534,7 +2534,7 @@ cmDspRC_t _cmDspRecdPlayParseRsrc( cmDspCtx_t* ctx, cmDspInst_t* inst, cmRecdPla
2534 2534
   if( jnp == NULL || cmJsonIsArray(jnp)==false )
2535 2535
   {
2536 2536
     // this is really a warning - the object does not require preloaded segments.
2537
-    cmDspInstErr(ctx,inst,kRsrcNotFoundDspRC,"The 'recdPlay' resource used to define pre-loaded segments was not found.");
2537
+    cmDspInstErr(ctx,inst,kRsrcNotFoundDspRC,"Warning: The 'recdPlay' resource used to define pre-loaded segments was not found.");
2538 2538
     return kOkDspRC;
2539 2539
   }
2540 2540
 

Loading…
Cancel
Save