Debug message

vnext
Paul Schneider 8 years ago
parent 7c48ae849e
commit 1fbee1cfd4
1 changed files with 1 additions and 1 deletions

@ -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
{ {

Loading…