Index: dxf.c =================================================================== --- dxf.c (revision 29222) +++ dxf.c (revision 29223) @@ -336,7 +336,7 @@ if (pcb_cam_end(&dxf_cam) == 0) if (!dxf_cam.okempty) - pcb_message(PCB_MSG_ERROR, "dxf cam export for '%s' failed to produce any content\n", options[HA_cam].str); + pcb_message(PCB_MSG_ERROR, "dxf cam export for '%s' failed to produce any content (layer group missing)\n", options[HA_cam].str); } static int dxf_parse_arguments(pcb_hid_t *hid, int *argc, char ***argv)