From 2ac354da9e77383b35c25bb03be5ebc18bfb6ac3 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 4 Oct 2020 10:30:46 +0200 Subject: Fehler -> cer --- src/srcut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srcut.cpp b/src/srcut.cpp index 0e5654a..8c59440 100644 --- a/src/srcut.cpp +++ b/src/srcut.cpp @@ -95,7 +95,7 @@ print(ostream& os, const string& key, const map>& contain } } else { - os << "ERROR: " << key << " not found!" << endl; + cerr << "ERROR: " << key << " not found!" << endl; } return os; } -- cgit v1.3