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