summaryrefslogtreecommitdiffstats
path: root/test/src/test-url.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/test-url.cpp')
-rw-r--r--test/src/test-url.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/test-url.cpp b/test/src/test-url.cpp
index 3d46c03..94c47e9 100644
--- a/test/src/test-url.cpp
+++ b/test/src/test-url.cpp
@@ -145,7 +145,7 @@ int main(int argc, char** argv) {
try {
testFileURLs();
} catch (Event e) {
- LOG(ERROR) << e;
+ LOG(USCXML_ERROR) << e;
exit(EXIT_FAILURE);
}