aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fopen.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fopen.c')
-rw-r--r--guts/fopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/fopen.c b/guts/fopen.c
index 69d9ce6..15b27f5 100644
--- a/guts/fopen.c
+++ b/guts/fopen.c
@@ -13,7 +13,7 @@
if (rc) {
int fd = fileno(rc);
- pseudo_debug(2, "fopen '%s': fd %d\n", path, fd);
+ pseudo_debug(2, "fopen '%s': fd %d <FILE %p>\n", path, fd, (void *) rc);
if (real___fxstat64(_STAT_VER, fd, &buf) != -1) {
if (!existed) {
pseudo_client_op(OP_CREAT, 0, -1, -1, path, &buf);