Skip to content
Snippets Groups Projects
Commit b3be4f30 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

logger warn has single argument

parent 054fbe88
No related branches found
No related tags found
1 merge request!295Resolve "alternative to google maps api way of visualizing maps"
......@@ -133,7 +133,7 @@ DataOverlay.prototype.setImagesDirectory = function (imagesDirectory) {
DataOverlay.prototype.updateAlias = function (overlayAlias) {
if (this.aliasById[overlayAlias.getId()] === undefined) {
logger.warn("Cannot update alias, it doesn't exist. Alias: ", overlayAlias.getId());
logger.warn("Cannot update alias, it doesn't exist. Alias: "+ overlayAlias.getId());
} else {
this.aliasById[overlayAlias.getId()].update(overlayAlias);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment