Skip to content

Commit 855ae40

Browse files
committed
Removing temporal messages
1 parent 9c20a47 commit 855ae40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libltfs/ltfs.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,8 @@ int ltfs_write_index(char partition, char *reason, struct ltfs_volume *vol)
25432543
/* Prior to writing the index, compare the current location of the head position to the head location
25442544
that is kept in the cache of ltfs (physical_selfptr). If they are different return error (-1) */
25452545
diff = ((unsigned long long)physical_selfptr.block - (unsigned long long)current_position.block);
2546+
ltfsmsg(LTFS_INFO, 11334I, "compare offset", (unsigned long long)physical_selfptr.block, (unsigned long long)current_position.block);
2547+
ltfsmsg(LTFS_INFO, 11334I, "diff=", diff, "");
25462548
if (diff) {
25472549
/* Position mismatch, diff not equal zero */
25482550
ltfsmsg(LTFS_INFO, 17293I, (unsigned long long)physical_selfptr.block, (unsigned long long)current_position.block);

0 commit comments

Comments
 (0)