From 09c0165a2f7b1d22dc8c6721f7d5a68bf17f4cfa Mon Sep 17 00:00:00 2001 From: arpi Date: Tue, 25 Dec 2001 20:41:04 +0000 Subject: some debugging git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3747 b3059339-0415-0410-9bf9-f77b7e298cf2 --- get_path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'get_path.c') diff --git a/get_path.c b/get_path.c index 8024e0ac39..9d0c1096a3 100644 --- a/get_path.c +++ b/get_path.c @@ -18,5 +18,6 @@ char *get_path(char *filename){ 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; } -- cgit v1.2.3