diff --git a/probtrackx.cc b/probtrackx.cc index 838009508f457a9ad4dff50460c43ec813f67949..758d2a7ce4e307a030688a7c0adfed53c3874aea 100644 --- a/probtrackx.cc +++ b/probtrackx.cc @@ -45,8 +45,8 @@ int main ( int argc, char **argv ){ else if(opts.network.value()){ nmasks(); } else if(opts.meshfile.value()!=""){meshmask();} else { - cout << "No seed mask detected! exit without doing anything"<<endl; - cout << "If you are seeding from a list of coordinates, use --mode=simple"<<endl; + cerr << "No seed mask detected! exit without doing anything"<<endl; + cerr << "If you are seeding from a list of coordinates, use --mode=simple"<<endl; return 0; };