X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.c;h=af363c45187794f0a382c33f29965dd3b4ea555b;hp=b18375fecbddae95dea13ed203b20770b517d2f2;hb=0ddd8e57f633908c771b606cc606f434c15ac832;hpb=f7a403360d4d3adfb54492e25a28d9de0c627fa1;ds=sidebyside diff --git a/src/dentry.c b/src/dentry.c index b18375fe..af363c45 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -2237,7 +2237,7 @@ read_dentry_tree(const u8 * restrict metadata_resource, for (parent = dentry->parent; !dentry_is_root(parent); parent = parent->parent) { if (unlikely(parent->subdir_offset == cur_offset)) { - ERROR("Cyclic directory structure directed: children " + ERROR("Cyclic directory structure detected: children " "of \"%"TS"\" coincide with children of \"%"TS"\"", dentry_full_path(dentry), dentry_full_path(parent));