diff options
author | Christopher Faylor <me@cgf.cx> | 2004-09-03 01:53:12 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-09-03 01:53:12 +0000 |
commit | 0cd9f74fa5f16ff9573ae52a01296b90b02a9324 (patch) | |
tree | 5eefd8af91f99ee4a81ed759f1ef0f52b7bbfd3b /winsup/cygwin/path.cc | |
parent | 6644c628f58d55c3dd1176d5800adbdbac08a296 (diff) | |
download | cygnal-0cd9f74fa5f16ff9573ae52a01296b90b02a9324.tar.gz cygnal-0cd9f74fa5f16ff9573ae52a01296b90b02a9324.tar.bz2 cygnal-0cd9f74fa5f16ff9573ae52a01296b90b02a9324.zip |
Regularize most strace_prints throughout so that %E is always preceded by a
comma and elminate most uses of "foo = %s" to "foo %s".
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index c348268b6..d70dd59a9 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -1529,7 +1529,7 @@ mount_info::conv_to_win32_path (const char *src_path, char *dst, device& dev, rc = 0; else { - debug_printf ("attempt to access outside of chroot '%s = %s'", + debug_printf ("attempt to access outside of chroot '%s - %s'", cygheap->root.posix_path (), cygheap->root.native_path ()); rc = ENOENT; } |