Skip to content

Commit

Permalink
tweak LogLevel on a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Jun 15, 2020
1 parent 69bf9f5 commit f32038a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backuppc/bpc_attrib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1313,7 +1313,7 @@ int bpc_attrib_dirWrite(bpc_deltaCount_info *deltaInfo, bpc_attrib_dir *dir, cha

if ( oldDigest ) {
if ( !digestChanged ) {
if ( BPC_LogLevel >= 2 ) bpc_logMsgf("bpc_attrib_dirWrite: old attrib has same digest; no changes to ref counts\n");
if ( BPC_LogLevel >= 4 ) bpc_logMsgf("bpc_attrib_dirWrite: old attrib has same digest; no changes to ref counts\n");
return 0;
}
if ( attribPathLen + oldDigest->len * 2 + 2 >= sizeof(attribPath) ) {
Expand Down

0 comments on commit f32038a

Please sign in to comment.