utmp: read the right timestamp

This commit is contained in:
Lennart Poettering 2012-09-17 17:45:18 +02:00
parent a866073d35
commit 19876c9b3d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ typedef struct Context {
static usec_t get_startup_time(Context *c) {
const char
*interface = "org.freedesktop.systemd1.Manager",
*property = "StartupTimestamp";
*property = "UserspaceTimestamp";
usec_t t = 0;
DBusMessage *reply = NULL;