aboutsummaryrefslogtreecommitdiffstats
path: root/tests/log/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/log/test.cpp')
-rw-r--r--tests/log/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/log/test.cpp b/tests/log/test.cpp
index bf087855..d7e50540 100644
--- a/tests/log/test.cpp
+++ b/tests/log/test.cpp
@@ -12,8 +12,8 @@
int main()
{
- yLog << "First message";
+ yLogError << "First message";
- yLog << "Second Message";
+ yLogError << "Second Message";
std::cout << "COUT\n";
}