commit/galaxy-central: carlfeberhard: Remove 'error' language from debug statement in GalaxyWebTransaction, get_history
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a9913124b727/ changeset: a9913124b727 user: carlfeberhard date: 2013-02-06 16:51:18 summary: Remove 'error' language from debug statement in GalaxyWebTransaction, get_history affected #: 1 file diff -r 3a0e3ef5414a06bc7ada75c3acb28affab7c916c -r a9913124b727dff41801c83fd74f06c6721a4f57 lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py +++ b/lib/galaxy/web/framework/__init__.py @@ -729,7 +729,7 @@ history = self.new_history() else: # Perhaps a bot is running a tool without having logged in to get a history - log.debug( "Error: this request returned None from get_history(): %s" % self.request.browser_url ) + log.debug( "This request returned None from get_history(): %s" % self.request.browser_url ) return None return history def set_history( self, history ): Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket