Skip to content

Commit

Permalink
Merge pull request #1324
Browse files Browse the repository at this point in the history
ndmp_tape.cc: do not log current rctx->rec in joblog
  • Loading branch information
pstorz committed Dec 1, 2022
2 parents ebcab83 + b4d01d0 commit 0627c25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -160,6 +160,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- dird: prohibit PAM usage with user ACL and Profiles in consoles [PR #1318]
- webui: cleanup webui source tree [PR #1314]
- dird: do device reservation as late as possible, i.e. after run before job scripts [PR #1273]
- ndmp_tape.cc: do not log current rctx->rec in joblog [PR #1324]

### Deprecated
- make_catalog_backup.pl is now a shell wrapper script which will be removed in version 23.
Expand Down Expand Up @@ -380,8 +381,9 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
[PR #1306]: https://github.com/bareos/bareos/pull/1306
[PR #1307]: https://github.com/bareos/bareos/pull/1307
[PR #1313]: https://github.com/bareos/bareos/pull/1313
[PR #1314]: https://github.com/bareos/bareos/pull/1314
[PR #1315]: https://github.com/bareos/bareos/pull/1315
[PR #1317]: https://github.com/bareos/bareos/pull/1317
[PR #1318]: https://github.com/bareos/bareos/pull/1318
[PR #1314]: https://github.com/bareos/bareos/pull/1314
[PR #1324]: https://github.com/bareos/bareos/pull/1324
[unreleased]: https://github.com/bareos/bareos/tree/master
1 change: 0 additions & 1 deletion core/src/stored/ndmp_tape.cc
Expand Up @@ -401,7 +401,6 @@ static inline bool bndmp_read_data_from_block(JobControlRecord* jcr,
rec = dcr->before_rec;
}

Jmsg1(jcr, M_INFO, 0, _("rctx->rec is at %p.\n"), rctx->rec);
if (rec != rctx->rec) {
Dmsg1(400, _("recstream: %d, rctxstream: %d .\n"), rec->maskedStream,
rctx->rec->maskedStream);
Expand Down

0 comments on commit 0627c25

Please sign in to comment.