aboutsummaryrefslogtreecommitdiffstats
path: root/guts/fopen64.c
diff options
context:
space:
mode:
Diffstat (limited to 'guts/fopen64.c')
-rw-r--r--guts/fopen64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/guts/fopen64.c b/guts/fopen64.c
index c2286f2..78cfdaa 100644
--- a/guts/fopen64.c
+++ b/guts/fopen64.c
@@ -14,7 +14,7 @@
if (rc) {
int fd = fileno(rc);
- pseudo_debug(2, "fopen64 '%s': fd %d\n", path, fd);
+ pseudo_debug(2, "fopen64 '%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);