summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins/element/postpone
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-17 12:11:03 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-03-17 12:11:03 (GMT)
commitccbf595c52fd705ec70abc774a29b153a7281334 (patch)
tree81b698cf9b2290a6905d12c71ef62e88a8b1c1cc /src/uscxml/plugins/element/postpone
parent81079295b8be14128b7e532d504b32280360532e (diff)
downloaduscxml-ccbf595c52fd705ec70abc774a29b153a7281334.zip
uscxml-ccbf595c52fd705ec70abc774a29b153a7281334.tar.gz
uscxml-ccbf595c52fd705ec70abc774a29b153a7281334.tar.bz2
Fixed http responses and added miles invoker
Diffstat (limited to 'src/uscxml/plugins/element/postpone')
-rw-r--r--src/uscxml/plugins/element/postpone/PostponeElement.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/uscxml/plugins/element/postpone/PostponeElement.cpp b/src/uscxml/plugins/element/postpone/PostponeElement.cpp
index b50b5c2..96cda6f 100644
--- a/src/uscxml/plugins/element/postpone/PostponeElement.cpp
+++ b/src/uscxml/plugins/element/postpone/PostponeElement.cpp
@@ -58,7 +58,7 @@ void PostponeElement::enterElement(const Arabica::DOM::Node<std::string>& node)
return;
}
- LOG(INFO) << until;
+// LOG(INFO) << until;
#if 0
std::string timeoutStr = "0s";
@@ -124,6 +124,8 @@ void PostponeElement::Resubmitter::onStableConfiguration(Interpreter* interprete
}
eventIter++;
}
+// LOG(ERROR) << _postponedEvents.size() << " Postponess remaining";
+
}
void PostponeElement::Resubmitter::afterCompletion(Interpreter* interpreter) {