public
Description: Git source code
Homepage: http://git.or.cz
Clone URL: git://github.com/schacon/git-source.git
updated the logging to a local facility, so it can be more easily isolated
schacon (author)
Wed Apr 02 10:01:03 -0700 2008
commit  bdf81e0ae36dc468265fd6cc613e1a1139a57298
tree    aa6e230a06c02b32d4200fb93daa3535528c58b1
parent  8eeca4d163a4f3365841c8c3e922b7318302ffcf
...
107
108
109
110
 
111
112
113
...
107
108
109
 
110
111
112
113
0
@@ -107,7 +107,7 @@ static void log_fetch(int fetch_full_pack)
0
   getwd(git_dir);
0
   fetch_type = (fetch_full_pack) ? "clone" : "fetch";
0
   
0
- openlog("git-daemon-fetch", 0, LOG_DAEMON);
0
+ openlog("git-daemon-fetch", 0, LOG_LOCAL5);
0
   snprintf(buf, sizeof(buf), "%s %s\n", fetch_type, git_dir);
0
   syslog(LOG_INFO, buf);
0
 }

Comments

    No one has commented yet.