Index: import_sch.c =================================================================== --- import_sch.c (revision 29591) +++ import_sch.c (revision 29592) @@ -73,6 +73,8 @@ int nsources = 0; fgw_arg_t rs; + pcb_message(PCB_MSG_ERROR, "Import() is the old, deprecated import netlist/schematics action that is going to be removed\nPlease switch over to using the new action, ImportSch().\nFor details see: http://repo.hu/projects/pcb-rnd/help/err0002.html\n"); + if (conf_import_sch.plugins.import_sch.verbose) pcb_message(PCB_MSG_DEBUG, "pcb_act_Import: === Entering pcb_act_Import ===\n");