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

added file type to debug message

parent 59702e76
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