Skip to content

Commit

Permalink
added debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Oct 7, 2020
1 parent 181bb82 commit bdf1cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bpc_sysCalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,7 @@ int bpc_rename_request(char *oldName, char *newName, uint32 isTemp, char *bufP,
bpc_logErrf("bpc_rename_request(%s,%s) got to %p vs end = %p\n", oldName, newName, bufP, bufEnd);
}
file->isTemp = isTemp;
if ( LogLevel >= 4 ) bpc_logMsgf("bpc_rename_request: name = %s, xattr cnt = %d\n", file->name, bpc_hashtable_entryCount(&file->xattrHT));
return bpc_rename(oldName, newName);
}

Expand Down

0 comments on commit bdf1cbb

Please sign in to comment.