~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/util/msg_vstream.c

Tags: upstream-2.3.1
ImportĀ upstreamĀ versionĀ 2.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
static void msg_vstream_print(int level, const char *text)
58
58
{
59
 
    static char *level_text[] = {
 
59
    static const char *level_text[] = {
60
60
        "info", "warning", "error", "fatal", "panic",
61
61
    };
62
62