mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Pathfinder: Send errors to warningstream
.
Avoids spamming the chat about several errors.
This commit is contained in:
parent
53d1b3d924
commit
09f2cd0264
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
#define DEBUG_OUT(a) while(0)
|
#define DEBUG_OUT(a) while(0)
|
||||||
#define INFO_TARGET infostream << "Pathfinder: "
|
#define INFO_TARGET infostream << "Pathfinder: "
|
||||||
#define VERBOSE_TARGET verbosestream << "Pathfinder: "
|
#define VERBOSE_TARGET verbosestream << "Pathfinder: "
|
||||||
#define ERROR_TARGET errorstream << "Pathfinder: "
|
#define ERROR_TARGET warningstream << "Pathfinder: "
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue