Debug message

This commit is contained in:
2016-11-10 12:29:14 +01:00
parent 7c48ae849e
commit 1fbee1cfd4

View File

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