changeset 3746:d21bae2028a6

some debugging
author arpi
date Tue, 25 Dec 2001 20:41:04 +0000
parents db95315504fd
children bd99dedefa01
files get_path.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/get_path.c	Tue Dec 25 20:36:40 2001 +0000
+++ b/get_path.c	Tue Dec 25 20:41:04 2001 +0000
@@ -18,5 +18,6 @@
 			return NULL;
 		sprintf(buff, "%s%s/%s", homedir, config_dir, filename);
 	}
+	mp_msg(MSGT_GLOBAL,MSGL_V,"get_path('%s') -> '%s'\n",filename,buff);
 	return buff;
 }