summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sci_gateway/cpp')
-rw-r--r--sci_gateway/cpp/sci_octave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci_gateway/cpp/sci_octave.cpp b/sci_gateway/cpp/sci_octave.cpp
index e773c65..e6528fa 100644
--- a/sci_gateway/cpp/sci_octave.cpp
+++ b/sci_gateway/cpp/sci_octave.cpp
@@ -171,7 +171,7 @@ extern "C"
std::string err = buffer_err.str();
if (!err.empty() && status_fun == 0)
- sciprint("Warning from Octave\n%s", err.c_str());
+ sciprint("Message from Octave\n%s", err.c_str());
buffer_err.str("");
//printf("in scilab status_fun is: %d\n", status_fun);
//printf("in scilab funcall.n_out_arguments is: %d\n", funcall.n_out_arguments);