Skip to content
Snippets Groups Projects
Commit 09993d28 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

streamCopyRecord: remove warning message.

parent 835f0f1d
No related branches found
No related tags found
No related merge requests found
......@@ -243,7 +243,7 @@ void streamCopyRecord(int streamID2, int streamID1)
case CDI_FILETYPE_NC2:
case CDI_FILETYPE_NC4:
case CDI_FILETYPE_NC4C:
Warning("Streams have different file types (%s -> %s)!", strfiletype(filetype1), strfiletype(filetype2));
// Warning("Streams have different file types (%s -> %s)!", strfiletype(filetype1), strfiletype(filetype2));
filetype = filetype2;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment