summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/srcut.cpp2
1 files changed, 1 insertions, 1 deletions
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<string, vector<string>>& contain
95 } 95 }
96 } 96 }
97 else { 97 else {
98 os << "ERROR: " << key << " not found!" << endl; 98 cerr << "ERROR: " << key << " not found!" << endl;
99 } 99 }
100 return os; 100 return os;
101} 101}