]> git.sesse.net Git - casparcg/blobdiff - common/os/linux/stack_trace.cpp
[logging] Suppress the logging of full path names in stack traces so that only the...
[casparcg] / common / os / linux / stack_trace.cpp
index c2369e2c86f239882e868f5a6db03706ab2a97b4..1419a02fb59db21cd925a68f60acdf5d7c8c0c27 100644 (file)
@@ -102,4 +102,11 @@ std::wstring get_call_stack()
        }
 }
 
+const std::string& get_source_prefix()
+{
+       static const std::string SOURCE_PREFIX;
+       return SOURCE_PREFIX;
+}
+
 }
+