Skip to content
Snippets Groups Projects
Commit 6b47d1fc authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Improving readability of modelId in debug output

parent e208a1cf
No related branches found
No related tags found
No related merge requests found
......@@ -611,7 +611,7 @@ public class ForecastBean {
}
else
{
throw new PreprocessorException("Could not find model with id=" + forecastConfiguration.getModelId());
throw new PreprocessorException("Could not find model with id=|" + forecastConfiguration.getModelId() + "|");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment