Skip to content

Commit 1b904ff

Browse files
committed
Removing unneeded messages
1 parent 855ae40 commit 1b904ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libltfs/ltfs.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,8 +2543,6 @@ 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, "");
25482546
if (diff) {
25492547
/* Position mismatch, diff not equal zero */
25502548
ltfsmsg(LTFS_INFO, 17293I, (unsigned long long)physical_selfptr.block, (unsigned long long)current_position.block);

0 commit comments

Comments
 (0)