Debug message
This commit is contained in:
parent
60069a0b83
commit
1f6f061be3
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…
Add table
Add a link
Reference in a new issue