From 399ff5515310400a53b3cd34b90af26f13a77393 Mon Sep 17 00:00:00 2001 From: erwincoumans Date: Tue, 16 Oct 2018 19:02:12 -0700 Subject: [PATCH] fix typo in previous commit --- examples/SharedMemory/plugins/fileIOPlugin/fileIOPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SharedMemory/plugins/fileIOPlugin/fileIOPlugin.cpp b/examples/SharedMemory/plugins/fileIOPlugin/fileIOPlugin.cpp index 4e8626e5d..02a469dc0 100644 --- a/examples/SharedMemory/plugins/fileIOPlugin/fileIOPlugin.cpp +++ b/examples/SharedMemory/plugins/fileIOPlugin/fileIOPlugin.cpp @@ -64,7 +64,7 @@ struct InMemoryFileIO : public CommonFileIOInterface clearCache(); if (m_numAllocs != m_numFrees) { - printf("ErrorInMemoryFile (numAllocs %d !\ numFrees %d\n", m_numAllocs, m_numFrees); + printf("Error: InMemoryFile::~InMemoryFileIO (numAllocs %d numFrees %d\n", m_numAllocs, m_numFrees); } } void clearCache()