From: Chris B. <buc...@us...> - 2012-03-30 19:56:44
|
Update of /cvsroot/sblim/sfcb In directory vz-cvs-3.sog:/tmp/cvs-serv12251 Modified Files: indCIMXMLHandler.c Log Message: removed debug line Index: indCIMXMLHandler.c =================================================================== RCS file: /cvsroot/sblim/sfcb/indCIMXMLHandler.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- indCIMXMLHandler.c 7 Mar 2012 20:59:42 -0000 1.47 +++ indCIMXMLHandler.c 30 Mar 2012 19:56:42 -0000 1.48 @@ -440,7 +440,6 @@ _SFCB_TRACE(1,("--- modify %s", cns)); CMPIData newDest = CMGetProperty(ci, "Destination", &st); - fprintf(stderr, "new dest is %s\n", CMGetCharPtr(newDest.value.string)); if(newDest.state != CMPI_goodValue) { st.rc = CMPI_RC_ERR_FAILED; |