More diagnostic info for failing to parse JSON data returned by WebGUI.
This commit is contained in:
parent
e491447ed9
commit
0f99877bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ sub loadSiteData {
|
|||
my $siteData = {};
|
||||
eval { $siteData = JSON::from_json($response->content); };
|
||||
if ($@) {
|
||||
$self->error("Couldn't fetch Spectre configuration data for $key");
|
||||
$self->error("Couldn't fetch Spectre configuration data for $key : $@");
|
||||
}
|
||||
else {
|
||||
$self->debug("Loading workflow data for $key");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue