From 0f1d6b3b234a1f8d8c6b9dff38388ab58f695b64 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 13 Mar 2007 13:50:58 -0400 Subject: deprecate the user properties and add unix-user properties Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. --- tools/linux/ck-collect-session-info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/linux') diff --git a/tools/linux/ck-collect-session-info.c b/tools/linux/ck-collect-session-info.c index ec6dda2..5e8e07d 100644 --- a/tools/linux/ck-collect-session-info.c +++ b/tools/linux/ck-collect-session-info.c @@ -318,7 +318,7 @@ fill_session_info (SessionInfo *si) static void print_session_info (SessionInfo *si) { - printf ("user = %u\n", si->uid); + printf ("unix-user = %u\n", si->uid); if (si->x11_display != NULL) { printf ("x11-display = %s\n", si->x11_display); } -- cgit