Fix bad printf in ServerProperties::Load

This commit is contained in:
Joshua Ashton 2020-07-24 09:16:22 +01:00
parent ac693ed4e5
commit 02f3f03981
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace Feather
}
else
{
printf("Could not find %s\n");
printf("Could not find %s\n", path);
}
}