mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
Pathfinder: Send errors to warningstream
.
Avoids spamming the chat about several errors.
This commit is contained in:
@ -55,7 +55,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#define DEBUG_OUT(a) while(0)
|
||||
#define INFO_TARGET infostream << "Pathfinder: "
|
||||
#define VERBOSE_TARGET verbosestream << "Pathfinder: "
|
||||
#define ERROR_TARGET errorstream << "Pathfinder: "
|
||||
#define ERROR_TARGET warningstream << "Pathfinder: "
|
||||
#endif
|
||||
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user