Skip to content
Snippets Groups Projects
Commit 48b4e1ab authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

added file type to debug message

parent 2e49eb4d
No related branches found
No related tags found
No related merge requests found
......@@ -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