Debug message

This commit is contained in:
Paul Schneider 2016-11-10 12:29:14 +01:00
commit 1f6f061be3

View file

@ -137,7 +137,7 @@ namespace BookAStar.Data
{ {
// TODO throw custom exception, and catch to inform user // TODO throw custom exception, and catch to inform user
var errcontent = await response.Content.ReadAsStringAsync(); var errcontent = await response.Content.ReadAsStringAsync();
Debug.WriteLine($"Create failed posting {stringContent} @ {controllerUri.AbsoluteUri}"); Debug.WriteLine($"Create failed posting {stringContent} @ {controllerUri.AbsoluteUri}: {errcontent}");
} }
else else
{ {