diff --git a/cppwinrt/main.cpp b/cppwinrt/main.cpp index 9a68368d0..b46e08f58 100644 --- a/cppwinrt/main.cpp +++ b/cppwinrt/main.cpp @@ -363,7 +363,7 @@ Where is one or more of: } catch (std::exception const& e) { - w.write(" error: %\n", e.what()); + w.write("cppwinrt : error %\n", e.what()); result = 1; }