[BACK]Return to server.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdistd

Diff for /src/usr.bin/rdistd/server.c between version 1.41 and 1.42

version 1.41, 2016/03/30 17:03:06 version 1.42, 2016/03/30 20:51:59
Line 839 
Line 839 
                                  * need to indicate to the master that                                   * need to indicate to the master that
                                  * the file was not updated.                                   * the file was not updated.
                                  */                                   */
                                 error("");                                  error(NULL);
                                 return;                                  return;
                         }                          }
                 debugmsg(DM_MISC, "Files are different '%s' '%s'.",                  debugmsg(DM_MISC, "Files are different '%s' '%s'.",
Line 1144 
Line 1144 
   
         if (IS_ON(opts, DO_VERIFY) || uptodate) {          if (IS_ON(opts, DO_VERIFY) || uptodate) {
                 if (uptodate)                  if (uptodate)
                         message(MT_REMOTE|MT_INFO, "");                          message(MT_REMOTE|MT_INFO, NULL);
                 else                  else
                         message(MT_REMOTE|MT_INFO, "%s: need to update",                          message(MT_REMOTE|MT_INFO, "%s: need to update",
                                 target);                                  target);

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42