summaryrefslogtreecommitdiff
path: root/retrace/daemon/glframe_retrace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'retrace/daemon/glframe_retrace.cpp')
-rw-r--r--retrace/daemon/glframe_retrace.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/retrace/daemon/glframe_retrace.cpp b/retrace/daemon/glframe_retrace.cpp
index 8b66388c..0f340312 100644
--- a/retrace/daemon/glframe_retrace.cpp
+++ b/retrace/daemon/glframe_retrace.cpp
@@ -114,8 +114,7 @@ FrameRetrace::openFile(const std::string &filename,
msg << "Performance counters not enabled.\n"
"To enable counters, execute as root: "
"`/sbin/sysctl dev.i915.perf_stream_paranoid=0`";
- callback->onError(RETRACE_FATAL, msg.str());
- return;
+ callback->onError(RETRACE_WARN, msg.str());
}
assemblyOutput.init();