Skip to content

Commit

Permalink
Cosmetic fix to error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed May 16, 2017
1 parent 73d2594 commit 4f7499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/actions/detail/action_factory.cpp
Expand Up @@ -184,7 +184,7 @@ namespace hpx { namespace actions { namespace detail
std::string action_registry::collect_registered_typenames()
{
#if defined(HPX_DEBUG)
std::string msg("known constructors:\n");
std::string msg("\nknown constructors:\n");

for (auto const& desc : typename_to_ctor_)
{
Expand Down

0 comments on commit 4f7499e

Please sign in to comment.