Skip to content

Commit

Permalink
filed: Fix status message
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Nov 13, 2019
1 parent b67b222 commit 44b6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/filed/status.cc
Expand Up @@ -91,7 +91,7 @@ static void ListStatusHeader(StatusPacket* sp)
#endif

len = Mmsg(msg, _("%s Version: %s (%s) %s %s %s %s\n"), my_name,
kBareosVersionStrings.Date, kBareosVersionStrings.Date, VSS,
kBareosVersionStrings.Full, kBareosVersionStrings.Date, VSS,
HOST_OS, DISTNAME, DISTVER);
sendit(msg, len, sp);
bstrftime_nc(dt, sizeof(dt), daemon_start_time);
Expand Down

0 comments on commit 44b6e39

Please sign in to comment.