summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-21 09:42:51 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-10-21 09:42:51 (GMT)
commit169a827107fba88442113240528f7e39c648a982 (patch)
tree887f37173c3e1cbd5e429d20f6a3a3960012f107 /src/uscxml/Factory.cpp
parent1cbed86a4e1db28b13817fe6d3a6143d482b736d (diff)
downloaduscxml-169a827107fba88442113240528f7e39c648a982.zip
uscxml-169a827107fba88442113240528f7e39c648a982.tar.gz
uscxml-169a827107fba88442113240528f7e39c648a982.tar.bz2
Fixed an embarrassing bug in uscxml-browser
Diffstat (limited to 'src/uscxml/Factory.cpp')
-rw-r--r--src/uscxml/Factory.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/uscxml/Factory.cpp b/src/uscxml/Factory.cpp
index f75cdd3..ccbb283 100644
--- a/src/uscxml/Factory.cpp
+++ b/src/uscxml/Factory.cpp
@@ -152,9 +152,7 @@ Factory::Factory() {
registerDataModel(dataModel);
}
} else {
- LOG(ERROR) << "No path to plugins known, export USCXML_PLUGIN_PATH or pass path as parameter";
- Event e;
- throw e;
+ LOG(WARNING) << "No path to plugins known, export USCXML_PLUGIN_PATH or pass path as parameter";
}
#else
#if 1