Index: gigya.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gigya/Attic/gigya.inc,v
retrieving revision 1.1.2.16
diff -u -r1.1.2.16 gigya.inc
--- gigya.inc	21 Oct 2009 04:53:58 -0000	1.1.2.16
+++ gigya.inc	20 Nov 2009 16:35:48 -0000
@@ -35,6 +35,7 @@
       if ($user->uid == 1) {
         drupal_set_message(t('Signature is %gigya, Site sig is %site.', array('%gigya' => $form_values['signature'], '%site' => $localkey)), 'error');
       }
+    return 'Unable to authenticate. Gigya signature does not match.';
   }
 
   //check to see if the gigya_user is linked to a drupal user

