Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
If key is unknown, print out key, not the value
Craig Rodrigues committed 11 years ago
commit 7aeb8c39f33bfe3fca70d51d7a7e195b6461c409
parent 97b842e
1 file changed +1 -1
modified libpkg/pkg_manifest.c
@@ -597,7 +597,7 @@ pkg_set_files_from_object(struct pkg *pkg, const ucl_object_t *obj)
				perm = getmode(set, 0);
		} else {
			pkg_emit_error("Skipping unknown key for file(%s): %s",
-
			    sbuf_data(fname), ucl_object_tostring(cur));
+
			    sbuf_data(fname), key);
		}
	}