From 4cd1fbcc0648a289e9bf9d9047621bbdf7ec0ece Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 19 Jun 2010 16:55:49 +0200 Subject: unit: get rid of various unnecessary casts --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index adc6cc1e27..a0349c4300 100644 --- a/src/device.c +++ b/src/device.c @@ -53,7 +53,7 @@ static void device_set_state(Device *d, DeviceState state) { if (state != old_state) log_debug("%s changed %s -> %s", - UNIT(d)->meta.id, + d->meta.id, device_state_to_string(old_state), device_state_to_string(state)); -- cgit v1.2.3-54-g00ecf