summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-24 20:50:19 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-24 20:50:19 +0200
commitd39f2ce23a8d12c11b0ccafc4568761802101ba0 (patch)
tree2e081c8a33f9f0c037dbdfb6290f2505f97623a6 /src/lib/exceptions.cc
parent9d967309911e96d2ab752692fee7eb64c2b3a43a (diff)
Playback sort of works.
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc
index 4a43ac32b..2c9500577 100644
--- a/src/lib/exceptions.cc
+++ b/src/lib/exceptions.cc
@@ -183,5 +183,6 @@ CUDAError::CUDAError (string function, cudaError error)
CUDAError::CUDAError (string function, int error)
: runtime_error(String::compose("CUDA error on %1 (%2)", function, error))
{
+ std::cout << "CUDA error " << function << " " << error << "\n";
}