X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fntfs-capture.c;h=2c478b104bef1be1960216e4cb059f3e0e437ed7;hp=cd534a21cb507c8533a1f5e3d7c44d7011053a0a;hb=cbda4ad178585ce34762b0da0f488efddd8cf8ae;hpb=e54403529815aa48dc1ea687caaecb00eb58e893 diff --git a/src/ntfs-capture.c b/src/ntfs-capture.c index cd534a21..2c478b10 100644 --- a/src/ntfs-capture.c +++ b/src/ntfs-capture.c @@ -288,7 +288,8 @@ static int capture_ntfs_streams(struct dentry *dentry, ntfs_inode *ni, lte = NULL; } else { if (type == AT_REPARSE_POINT && data_size < 8) { - ERROR("`%s': reparse point buffer too small"); + ERROR("`%s': reparse point buffer too small", + path); ret = WIMLIB_ERR_NTFS_3G; goto out_put_actx; }