aboutsummaryrefslogtreecommitdiffstats
path: root/src/resp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resp.cpp')
-rw-r--r--src/resp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resp.cpp b/src/resp.cpp
index 66847fd..2c26927 100644
--- a/src/resp.cpp
+++ b/src/resp.cpp
@@ -163,6 +163,7 @@ main(int argc, char** argv)
is.ignore(std::numeric_limits<std::streamsize>::max(), '\n'); // Skip newlines
}
} catch (Error e) {
+ cerr << e.what() << endl;
}
is.close();
}