Minor wording things
authorepage <eopage@byu.net>
Fri, 20 Mar 2009 02:19:50 +0000 (02:19 +0000)
committerepage <eopage@byu.net>
Fri, 20 Mar 2009 02:19:50 +0000 (02:19 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@238 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gv_backend.py
support/builddeb.py

index aa55fd7..aca5b9b 100644 (file)
@@ -374,12 +374,12 @@ class GVDialer(object):
 
                tokenGroup = self._tokenRe.search(page)
                if tokenGroup is None:
-                       raise RuntimeError("Could not extract authentication token from GrandCentral")
+                       raise RuntimeError("Could not extract authentication token from GoogleVoice")
                self._token = tokenGroup.group(1)
 
                anGroup = self._accountNumRe.search(page)
                if anGroup is None:
-                       raise RuntimeError("Could not extract account number from GrandCentral")
+                       raise RuntimeError("Could not extract account number from GoogleVoice")
                self._accountNum = anGroup.group(1)
 
                self._callbackNumbers = {}
index 06f222a..8f97076 100755 (executable)
@@ -14,6 +14,8 @@ __changelog__ = '''\
  * GoogleVoice Support, what a pain
  * More flexible CSV support.  It now checks the header row for what column name/number are in
  * Experimenting with faster startup by caching PYC files with the package
+ * Fixing of some bad error handling
+ * More debug output for when people run into issues
 
 0.9.0 - "Slick as snot"
  * Caching of contacts