X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Fbash%2FCreatePlugins.cxx;h=918f6f22dd9985438cee98c7085278955b6d8493;hb=a0e33d8a43c431e3df4c9aba45839a324b3ac0bc;hp=218434770631b774b7b63926cf007fe3bd56a410;hpb=ff82c0202d0496bb65bc4cb07e63604616db2961;p=cpPlugins.git diff --git a/appli/bash/CreatePlugins.cxx b/appli/bash/CreatePlugins.cxx index 2184347..918f6f2 100644 --- a/appli/bash/CreatePlugins.cxx +++ b/appli/bash/CreatePlugins.cxx @@ -23,7 +23,7 @@ int main( int argc, char* argv[] ) std::string definitions_buffer; if( !( cpPlugins_bash::Read( definitions_buffer, definitions_filename ) ) ) { - std::cout + std::cerr << argv[ 0 ] << ": Error reading definitions file \"" << definitions_filename << "\"" << std::endl;