]> wimlib.net Git - wimlib/blobdiff - src/ntfs-capture.c
Minor fixes (this is now v1.0.0 by the way)
[wimlib] / src / ntfs-capture.c
index cd534a21cb507c8533a1f5e3d7c44d7011053a0a..2c478b104bef1be1960216e4cb059f3e0e437ed7 100644 (file)
@@ -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) {
                        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;
                        }
                                ret = WIMLIB_ERR_NTFS_3G;
                                goto out_put_actx;
                        }