Skip to content

Commit

Permalink
Show exception in error message, fix typo #646
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Dec 1, 2016
1 parent a9df3c2 commit 33cbb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/app/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ namespace detail {
}
catch( fc::exception& e )
{
wlog( "Error conencting to remote RPC, network api forwarding disabled.", ("e", e.to_detail_string()) );
wlog( "Error connecting to remote RPC, network api forwarding disabled. ${e}", ("e", e.to_detail_string()) );
}
}
}
Expand Down

0 comments on commit 33cbb58

Please sign in to comment.