Skip to content

v0.2.52..v0.2.53 changeset PopulateConsumersJs.h

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h b/hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h
index 375b517..90abfe1 100644
--- a/hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h
+++ b/hoot-js/src/main/cpp/hoot/js/util/PopulateConsumersJs.h
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2015, 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 #ifndef POPULATECONSUMERSJS_H
 #define POPULATECONSUMERSJS_H
@@ -151,7 +151,7 @@ public:
     // we expect the child crits to be configured separately outside of the parent visitor.
     MultipleCriterionConsumerVisitor* multipleCritVis =
       dynamic_cast<MultipleCriterionConsumerVisitor*>(consumer);
-    LOG_VARD(multipleCritVis == 0);
+    LOG_VART(multipleCritVis == 0);
     if (multipleCritVis != 0)
     {
       multipleCritVis->setConfigureChildren(false);
Clone this wiki locally