Error and warning messages should go to stderr, make it so.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20100115141916-tpg2rga1i4pm42kj
This commit is contained in:
		| @@ -59,7 +59,8 @@ xbps_show_pkg_deps(const char *pkgname) | ||||
| 	propsd = prop_dictionary_internalize_from_file(path); | ||||
| 	free(path); | ||||
| 	if (propsd == NULL) { | ||||
| 		printf("%s: unexistent %s metadata file.\n", pkgname, | ||||
| 		fprintf(stderr, | ||||
| 		    "%s: unexistent %s metadata file.\n", pkgname, | ||||
| 		    XBPS_PKGPROPS); | ||||
| 		return errno; | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user