summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-linux-auditor.c
diff options
context:
space:
mode:
authorRay Strode <halfline@src.gnome.org>2008-02-09 03:58:39 +0000
committerRay Strode <halfline@src.gnome.org>2008-02-09 03:58:39 +0000
commit325f00a4b8bcf873dde56683d99d49bb2422cf5a (patch)
tree8875273443eae0212b0f145210265aac35df5d3e /daemon/gdm-session-linux-auditor.c
parentf99b7475706df558f12d3f5ce137791c9b5d2c62 (diff)
downloadgdm-325f00a4b8bcf873dde56683d99d49bb2422cf5a.tar.gz
Revert some unwanted debugging spew that snuck into the last commit
svn path=/trunk/; revision=5744
Diffstat (limited to 'daemon/gdm-session-linux-auditor.c')
-rw-r--r--daemon/gdm-session-linux-auditor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/gdm-session-linux-auditor.c b/daemon/gdm-session-linux-auditor.c
index e06aee66..0c0cf79a 100644
--- a/daemon/gdm-session-linux-auditor.c
+++ b/daemon/gdm-session-linux-auditor.c
@@ -64,7 +64,6 @@ gdm_session_linux_auditor_report_login_attempt (GdmSessionAuditor *auditor,
if (username != NULL) {
pw = getpwnam (username);
} else {
- G_BREAKPOINT ();
username = g_strdup ("unknown");
pw = NULL;
}