summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qcommon/files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcommon/files.c b/src/qcommon/files.c
index 0c88cc1f..ab2358d8 100644
--- a/src/qcommon/files.c
+++ b/src/qcommon/files.c
@@ -2705,7 +2705,7 @@ void FS_Path_f( void ) {
searchpath_t *s;
int i;
- Com_Printf ("We tried looking in the current search path:\n");
+ Com_Printf ("We are 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);