Skip to content

Commit

Permalink
Update HttpClient.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hansen committed May 12, 2019
1 parent 164fa05 commit 266e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/magic.http/magic.http.services/HttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public HttpClient()
string accept = null,
string token = null)
{
_logger.Info($"Invoking HTTP GET towards '{url}'");
_logger.Info($"Invoking HTTP GET towards '{url}' with stream callback");
await CreateRequest(url, net.HttpMethod.Get, functor, accept, token);
}

Expand Down

0 comments on commit 266e3d7

Please sign in to comment.