Index: trunk/psphot/src/psphotOutput.c
===================================================================
--- trunk/psphot/src/psphotOutput.c	(revision 16250)
+++ trunk/psphot/src/psphotOutput.c	(revision 16611)
@@ -19,7 +19,8 @@
 }
 
+// XXX replace this with a call to a pmConfig function (pmConfigDump...)
 bool psphotDumpConfig (pmConfig *config) {
 
-  psMetadataConfigWrite (config->site, "site.md");
+  psMetadataConfigWrite (config->complete, "complete.md");
   psMetadataConfigWrite (config->camera, "camera.md");
   psMetadataConfigWrite (config->recipes, "recipes.md");
