Log truncated revision strings at debug level 1 instead of 0.

This commit is contained in:
Jonathan G Rennison
2015-10-16 19:31:40 +01:00
parent ffe17bc986
commit bbe4ea7f50
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
#include "string_type.h"
char *strecat(char *dst, const char *src, const char *last);
char *strecpy(char *dst, const char *src, const char *last);
char *strecpy(char *dst, const char *src, const char *last, bool quiet_mode = false);
char *stredup(const char *src, const char *last = NULL);
int CDECL seprintf(char *str, const char *last, const char *format, ...) WARN_FORMAT(3, 4);