summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f3094b9)
raw | patch | inline | side by side (parent: f3094b9)
author | Florian Forster <octo@noris.net> | |
Wed, 27 Aug 2008 15:42:43 +0000 (17:42 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 27 Aug 2008 15:42:43 +0000 (17:42 +0200) |
src/unixsock.c | patch | blob | history |
diff --git a/src/unixsock.c b/src/unixsock.c
index 8f06046c5e3d586d8200d92d15eccf73965ec6f2..d800906ecc9e76c544486ce41f6f03b2762d1c81 100644 (file)
--- a/src/unixsock.c
+++ b/src/unixsock.c
free (arg);
arg = NULL;
- DEBUG ("Reading from fd #%i", fd);
+ DEBUG ("unixsock plugin: us_handle_client: Reading from fd #%i", fd);
fhin = fdopen (fd, "r");
if (fhin == NULL)
}
} /* while (fgets) */
- DEBUG ("Exiting..");
+ DEBUG ("unixsock plugin: us_handle_client: Exiting..");
fclose (fhin);
fclose (fhout);