diff --git a/src/set.cpp b/src/set.cpp index d201d507f8..8527f93df7 100644 --- a/src/set.cpp +++ b/src/set.cpp @@ -604,10 +604,10 @@ void Set::command(int narg, char **arg) if (comm->me == 0) { if (strcmp(arg[origarg],"cc") == 0) - utils::logmesg(lmp,fmt::format(" {} settings made for {} index {}", + utils::logmesg(lmp,fmt::format(" {} settings made for {} index {}\n", allcount,arg[origarg],arg[origarg+1])); else - utils::logmesg(lmp,fmt::format(" {} settings made for {}", + utils::logmesg(lmp,fmt::format(" {} settings made for {}\n", allcount,arg[origarg])); } }