libiscsi: Fix a format specifier
Use %lu to format unsigned long instead of %d. This was detected by Coverity. Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
@@ -361,7 +361,7 @@ void iscsi_decrement_iface_rr(void);
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
void
|
||||
void __attribute__((format(printf, 3, 4)))
|
||||
iscsi_log_message(struct iscsi_context *iscsi, int level, const char *format, ...);
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user