updated for version 7.2-233
diff --git a/src/os_riscos.c b/src/os_riscos.c
index 8d6df27..5c443fc 100644
--- a/src/os_riscos.c
+++ b/src/os_riscos.c
@@ -1203,6 +1203,12 @@
     int	    retval;
     char_u  *new_dir;
 
+    if (p_verbose >= 5)
+    {
+	verbose_enter();
+	smsg((char_u *)"chdir(%s)", dir);
+	verbose_leave();
+    }
     length = strlen(dir);
     if (dir[length - 1] != '.')
 	return chdir(dir);	    /* No trailing dots - nothing to do. */