mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Turn off extraneous debug output
This commit is contained in:
parent
1bbaa66f32
commit
6817decd29
@ -100,7 +100,6 @@ NCD4_dechunk(NCD4meta* metadata)
|
|||||||
of the first header indicated that checksumming was not in force.
|
of the first header indicated that checksumming was not in force.
|
||||||
Test for it, and propagate the _DAP4_Checksum_CRC32 attribute later */
|
Test for it, and propagate the _DAP4_Checksum_CRC32 attribute later */
|
||||||
metadata->serial.checksumhack = ((hdr.flags & NCD4_NOCHECKSUM_CHUNK) ? 1 : 0);
|
metadata->serial.checksumhack = ((hdr.flags & NCD4_NOCHECKSUM_CHUNK) ? 1 : 0);
|
||||||
fprintf(stderr,"checksumhack=%d\n",metadata->serial.checksumhack);
|
|
||||||
#endif
|
#endif
|
||||||
metadata->serial.remotelittleendian = ((hdr.flags & NCD4_LITTLE_ENDIAN_CHUNK) ? 1 : 0);
|
metadata->serial.remotelittleendian = ((hdr.flags & NCD4_LITTLE_ENDIAN_CHUNK) ? 1 : 0);
|
||||||
/* Again, avoid strxxx operations on dmr */
|
/* Again, avoid strxxx operations on dmr */
|
||||||
|
Loading…
Reference in New Issue
Block a user