Index: branches/stable/cgi-bin/newcity.cgi
===================================================================
--- branches/stable/cgi-bin/newcity.cgi	(revision 209)
+++ branches/stable/cgi-bin/newcity.cgi	(revision 210)
@@ -48,5 +48,6 @@
 if ($sth->err) {
   print "Error adding city to database: ".$sth->errstr;
-  mailNotify('kdeugau@vianet.ca',"IPDB city add failure",$sth->errstr);
+  mailNotify('kdeugau@vianet.ca',"IPDB city add failure",
+	"$authuser could not add city '$webvar{city}' to database: ".$sth->errstr);
   syslog "err", "$authuser could not add city '$webvar{city}' to database: ".$sth->errstr;
 } else {
