Index: oldactions.c =================================================================== --- oldactions.c (revision 5692) +++ oldactions.c (revision 5693) @@ -40,11 +40,11 @@ { conf_native_t *n = conf_get_field(path); if (n == NULL) { - pcb_message(PCB_MSG_DEFAULT, "Error: can't find config node %s to toggle\n", path); + pcb_message(PCB_MSG_ERROR, "Error: can't find config node %s to toggle\n", path); return; } if (n->type != CFN_BOOLEAN) { - pcb_message(PCB_MSG_DEFAULT, "Error: config node %s is not a boolean, can't toggle\n", path); + pcb_message(PCB_MSG_ERROR, "Error: config node %s is not a boolean, can't toggle\n", path); return; }