Explorar el Código

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

master
kevin hace 9 años
padre
commit
c262a44e72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      dsp/cmDspKr.c

+ 1
- 1
dsp/cmDspKr.c Ver fichero

@@ -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…
Cancelar
Guardar