Skip to content
Snippets Groups Projects
Commit 2528ceda authored by Oliver Heidmann's avatar Oliver Heidmann Committed by Uwe Schulzweida
Browse files

added file type to debug message

parent 278bf75c
No related branches found
No related tags found
2 merge requests!299Develop,!296M300433/python interface merge cleanup1
......@@ -68,7 +68,7 @@ MemoryStream::open_write(int p_filetype)
set_compression(m_fileID, CDI_FILETYPE_NC4);
m_filetype = CDI_FILETYPE_NC4;
Debug(FILE_STREAM, "finished open_write");
Debug(FILE_STREAM, "finished open_write with filetype set to: %d", inqFileType());
return m_fileID;
}
......
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