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