summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-06-17 07:39:43 +0000
committerTim Potter <tpot@samba.org>2002-06-17 07:39:43 +0000
commitaaf43bbc8fc113527cb4bb6da5fa9be06b2a1548 (patch)
tree7e856c76c03b9f9536142e67a915bd8cbbd52250 /source3/lib
parentb2e088af72f0987fb53b3c5b14cb9d298154d66b (diff)
downloadsamba-aaf43bbc8fc113527cb4bb6da5fa9be06b2a1548.tar.gz
samba-aaf43bbc8fc113527cb4bb6da5fa9be06b2a1548.tar.bz2
samba-aaf43bbc8fc113527cb4bb6da5fa9be06b2a1548.zip
Fixed typo in debug.
(This used to be commit 41f036ab37274ce7cdd782ead764dd1a36ecba1d)
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/messages.c b/source3/lib/messages.c
index 5d861b485c..480b6daf02 100644
--- a/source3/lib/messages.c
+++ b/source3/lib/messages.c
@@ -330,7 +330,7 @@ void message_dispatch(void)
}
if (!n_handled) {
DEBUG(5,("message_dispatch: warning: no handlers registered for "
- "msg_type %d in pid%d\n",
+ "msg_type %d in pid %d\n",
msg_type, sys_getpid()));
}
SAFE_FREE(buf);