Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 642128
Collapse All | Expand All

(-)upower-0.99.5/src/linux/up-backend.c (-1 / +1 lines)
Lines 498-504 Link Here
498
							NULL,
498
							NULL,
499
							&error);
499
							&error);
500
	if (out == NULL) {
500
	if (out == NULL) {
501
		g_warning ("Could not acquire inhibitor lock: %s", error->message);
501
		g_warning ("Could not acquire inhibitor lock");
502
		return;
502
		return;
503
	}
503
	}
504
504

Return to bug 642128