diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 376eaad9..20f1e71b 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2743,7 +2743,7 @@ void FS_Path_f( void ) { searchpath_t *s; int i; - Com_Printf ("Current search path:\n"); + Com_Printf ("We tried looking in the current search path:\n"); for (s = fs_searchpaths; s; s = s->next) { if (s->pack) { Com_Printf ("%s (%i files)\n", s->pack->pakFilename, s->pack->numfiles);