Index: cityturn.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/cityturn.c,v retrieving revision 1.148 diff -u -r1.148 cityturn.c --- cityturn.c 2001/05/23 18:35:07 1.148 +++ cityturn.c 2001/06/23 04:21:42 @@ -1461,16 +1461,15 @@ pcity->name, unit_types[pcity->currently_building].name); - /* If there's something in the worklist, change the build target. - If there's nothing there, worklist_change_build_target won't - do anything. */ - worklist_change_build_target(pplayer, pcity); - - gamelog(GAMELOG_UNIT, "%s build %s in %s (%i,%i)", get_nation_name_plural(pplayer->nation), unit_types[pcity->currently_building].name, pcity->name, pcity->x, pcity->y); + + /* If there's something in the worklist, change the build target. + If there's nothing there, worklist_change_build_target won't + do anything. */ + worklist_change_build_target(pplayer, pcity); } }