Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127815 | Differences between
and this patch

Collapse All | Expand All

(-)src/udev_rules.c.old (-1 / +1 lines)
Lines 290-296 Link Here
290
	char filename[PATH_SIZE];
290
	char filename[PATH_SIZE];
291
	struct udevice *udev_db;
291
	struct udevice *udev_db;
292
	int num = 0;
292
	int num = 0;
293
	static int warn = 1;
293
	static int warn = 0;
294
294
295
	if (warn) {
295
	if (warn) {
296
		err("%%e is deprecated, will be removed and is unlikey to work correctly. Don't use it.");
296
		err("%%e is deprecated, will be removed and is unlikey to work correctly. Don't use it.");

Return to bug 127815