summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/qpid-txtest2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/qpid-txtest2.cpp')
-rw-r--r--qpid/cpp/src/tests/qpid-txtest2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/qpid-txtest2.cpp b/qpid/cpp/src/tests/qpid-txtest2.cpp
index 3d9941baee..d64f13d9c5 100644
--- a/qpid/cpp/src/tests/qpid-txtest2.cpp
+++ b/qpid/cpp/src/tests/qpid-txtest2.cpp
@@ -165,7 +165,7 @@ struct Client
session.close();
connection.close();
} catch(const std::exception& e) {
- std::cout << e.what() << std::endl;
+ std::cout << "Client shutdown: " << e.what() << std::endl;
}
}
};
@@ -350,7 +350,7 @@ int main(int argc, char** argv)
}
return 0;
} catch(const std::exception& e) {
- std::cout << e.what() << std::endl;
+ std::cout << argv[0] << ": " << e.what() << std::endl;
}
return 2;
}