diff --git a/src/d_netcmd.c b/src/d_netcmd.c
index a61bf0651b90d09f31daa20e42eed5aac52964e3..9de6b28440a05f639bba481d1778cebba6ac023a 100644
--- a/src/d_netcmd.c
+++ b/src/d_netcmd.c
@@ -3285,7 +3285,10 @@ static void Command_Addfile(void)
 
 		// If we've added this one, skip to the next one.
 		if (fileadded)
+		{
+			CONS_Alert(CONS_WARNING, M_GetText("Already processed %s, skipping\n"), fn);
 			continue;
+		}
 
 		// Disallow non-printing characters and semicolons.
 		for (i = 0; fn[i] != '\0'; i++)