Skip to content

Commit

Permalink
filed: better job message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebsura authored and pstorz committed Jun 27, 2023
1 parent 5bcdb1f commit 15a1185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/filed/dir_cmd.cc
Expand Up @@ -1854,7 +1854,7 @@ static bool BackupCmd(JobControlRecord* jcr)
for (auto [mount, vol] : client->mount_to_vol) {
if (auto found = client->vol_to_vss.find(vol);
found != client->vol_to_vss.end()) {
Jmsg(jcr, M_INFO, 0, "%s (aka. %s) -> %s\n",
Jmsg(jcr, M_INFO, 0, "(%s)%s -> %s\n",
mount.c_str(), vol.c_str(), found->second.c_str());
} else {
Jmsg(jcr, M_FATAL, 0, "No snapshot for volume %s (aka. %s) was generated.\n",
Expand Down

0 comments on commit 15a1185

Please sign in to comment.