From 177b5adc985dc047e2aae9d1c64c1b583342610c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 3 Feb 2009 00:48:01 -0400 Subject: Added a comment. --- src/main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.cc b/src/main.cc index 9a1e903e..b5896eab 100644 --- a/src/main.cc +++ b/src/main.cc @@ -134,6 +134,7 @@ int main(int argc, char * argv[], char * envp[]) catch (const std::exception& err) { std::cout.flush(); // first display anything that was pending + // Display any pending error context information string context = error_context(); if (! context.empty()) std::cerr << context << std::endl; -- cgit v1.2.3