/[rdiff-backup]/rdiff-backup/rdiff_backup/log.py
ViewVC logotype

Diff of /rdiff-backup/rdiff_backup/log.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by bescoto, Thu Jul 24 19:45:40 2003 UTC revision 1.19 by bescoto, Mon Aug 8 02:22:10 2005 UTC
# Line 125  class Logger: Line 125  class Logger:
125                  if self.log_file_open:                  if self.log_file_open:
126                          if self.log_file_local:                          if self.log_file_local:
127                                  self.logfp.write(self.format(message, self.verbosity))                                  self.logfp.write(self.format(message, self.verbosity))
128                                    self.logfp.flush()
129                          else: self.log_file_conn.log.Log.log_to_file(message)                          else: self.log_file_conn.log.Log.log_to_file(message)
130    
131          def log_to_term(self, message, verbosity):          def log_to_term(self, message, verbosity):

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26