From e04cf03858104abac3bcf586fdebb27e0b50aec2 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Sat, 14 Mar 2015 03:32:32 -0400 Subject: [PATCH] little less --- src/ASTTransformation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ASTTransformation.cpp b/src/ASTTransformation.cpp index e840d89..5497641 100644 --- a/src/ASTTransformation.cpp +++ b/src/ASTTransformation.cpp @@ -524,7 +524,7 @@ NodeTree* ASTTransformation::transform(NodeTree* from, NodeTree // //Set the value of this function call if (newNode->getDataRef()->valueType == NULL && rhs->getDataRef()->valueType) { - std::cerr << "The value type from doFunction was null! (for " << functionCallName << ")" << std::endl; + std::cout << "The value type from doFunction was null! (for " << functionCallName << ")" << std::endl; newNode->getDataRef()->valueType = rhs->getDataRef()->valueType; } //else