updated for version 7.2-233
diff --git a/src/os_msdos.c b/src/os_msdos.c
index 6748e6a..0df20c7 100644
--- a/src/os_msdos.c
+++ b/src/os_msdos.c
@@ -2039,6 +2039,12 @@
 {
     if (path[0] == NUL)		    /* just checking... */
 	return 0;
+    if (p_verbose >= 5)
+    {
+	verbose_enter();
+	smsg((char_u *)"chdir(%s)", path);
+	verbose_leave();
+    }
     if (path[1] == ':')		    /* has a drive name */
     {
 	if (change_drive(TOLOWER_ASC(path[0]) - 'a' + 1))