From 6ec582fd9ca41d91070751d896f5fa8b7fd35d0a Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 11 Jan 2004 19:44:15 +0000
Subject: [PATCH] - Fixed bug #5074: standarized the user log messages.

---
 modules/user.module      | 2 +-
 modules/user/user.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/user.module b/modules/user.module
index 6a4b176a00a7..36bb7f0cd2d9 100644
--- a/modules/user.module
+++ b/modules/user.module
@@ -695,7 +695,7 @@ function user_logout() {
   global $user;
 
   if ($user->uid) {
-    watchdog("user", "session closed for user '$user->name'");
+    watchdog("user", "session closed for '$user->name'");
 
     /*
     ** Destroy the current session:
diff --git a/modules/user/user.module b/modules/user/user.module
index 6a4b176a00a7..36bb7f0cd2d9 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -695,7 +695,7 @@ function user_logout() {
   global $user;
 
   if ($user->uid) {
-    watchdog("user", "session closed for user '$user->name'");
+    watchdog("user", "session closed for '$user->name'");
 
     /*
     ** Destroy the current session:
-- 
GitLab