diff --git a/src/cosim/observer/file_observer.cpp b/src/cosim/observer/file_observer.cpp index 06328d83..bc87b401 100644 --- a/src/cosim/observer/file_observer.cpp +++ b/src/cosim/observer/file_observer.cpp @@ -282,7 +282,7 @@ class file_observer::slave_value_writer << std::setw(keyWidth_) << "name:" << md.name << std::endl << std::setw(keyWidth_) << "uuid:" << md.uuid << std::endl << std::setw(keyWidth_) << "description:" << md.description << std::endl - << std::setw(keyWidth_) << "author:" << md.description << std::endl + << std::setw(keyWidth_) << "author:" << md.author << std::endl << std::setw(keyWidth_) << "version:" << md.version << std::endl; ss << "variables:" << std::endl;