Skip to content

Commit 0cc254e

Browse files
committed
Using message 17294I when receiving SIGCONT
1 parent c89ef57 commit 0cc254e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

messages/libltfs/root.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ v
834834
17290I:string { "Partitioning the medium with the destructive method." }
835835
17291I:string { "Unpartitioning the medium with the destructive method." }
836836
17292I:string { "Current position is (%llu, %llu), Error position is (%llu, %llu)." }
837+
17294I:string { "Continue signal (%d) received" }
837838

838839
// For Debug 19999I:string { "%s %s %d." }
839840

src/libltfs/ltfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ bool ltfs_is_interrupted(void)
210210
bool caught_sigcont = false;
211211
void _ltfs_sigcont(int signal)
212212
{
213-
ltfsmsg(LTFS_DEBUG, 16503D, "_ltfs_sigcont", "");
213+
ltfsmsg(LTFS_INFO, 17294I, signal);
214214
caught_sigcont = true;
215215
}
216216

0 commit comments

Comments
 (0)