Skip to content

Commit

Permalink
Better wording on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
brittainhard committed Nov 9, 2015
1 parent 5dfea14 commit d73ca23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/base/static/base/js/crawl.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $( document ).ready(function() {
onOffGroup(statuses.states[status]["disabled"], statuses.buttons, true);
onOffGroup(statuses.states[status]["enabled"], statuses.buttons, false);
}catch(err){
console.log("ERROR: Failed to render status " + status + " on crawl dashboard.");
console.log("ERROR: Crawl dashboard failed to regcognize status \"" + status + "\"");
}
}

Expand Down

0 comments on commit d73ca23

Please sign in to comment.