Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/eea6fac24135a301a67d5cbcf067c190b6922546
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/eea6fac24135a301a67d5cbcf067c190b6922546
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/eea6fac24135a301a67d5cbcf067c190b6922546

The branch, ashmew2/nskolibrios has been updated
       via  eea6fac24135a301a67d5cbcf067c190b6922546 (commit)
      from  1cf427daad08a1cd212d5e5e6f4891462a4d2705 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=eea6fac24135a301a67d5cbcf067c190b6922546
commit eea6fac24135a301a67d5cbcf067c190b6922546
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Cleanup

diff --git a/utils/log.c b/utils/log.c
index 03e1673..b5ffb22 100644
--- a/utils/log.c
+++ b/utils/log.c
@@ -79,7 +79,6 @@ static const char *nslog_gettime(void)
 }
 
 #ifdef WITH_NSLOG
-
 NSLOG_DEFINE_CATEGORY(netsurf, "NetSurf default logging");
 NSLOG_DEFINE_CATEGORY(llcache, "Low level cache");
 NSLOG_DEFINE_CATEGORY(fetch, "objet fetching");
diff --git a/utils/log.h b/utils/log.h
index 12ba326..23193e4 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -118,5 +118,4 @@ extern void nslog_log(const char *file, const char *func, 
int ln, const char *fo
 
 #endif  /* WITH_NSLOG */
 
-#define LOG(format, args...) NSLOG(netsurf, INFO, format , ##args)
 #endif


-----------------------------------------------------------------------

Summary of changes:
 utils/log.c |    1 -
 utils/log.h |    1 -
 2 files changed, 2 deletions(-)

diff --git a/utils/log.c b/utils/log.c
index 03e1673..b5ffb22 100644
--- a/utils/log.c
+++ b/utils/log.c
@@ -79,7 +79,6 @@ static const char *nslog_gettime(void)
 }
 
 #ifdef WITH_NSLOG
-
 NSLOG_DEFINE_CATEGORY(netsurf, "NetSurf default logging");
 NSLOG_DEFINE_CATEGORY(llcache, "Low level cache");
 NSLOG_DEFINE_CATEGORY(fetch, "objet fetching");
diff --git a/utils/log.h b/utils/log.h
index 12ba326..23193e4 100644
--- a/utils/log.h
+++ b/utils/log.h
@@ -118,5 +118,4 @@ extern void nslog_log(const char *file, const char *func, 
int ln, const char *fo
 
 #endif  /* WITH_NSLOG */
 
-#define LOG(format, args...) NSLOG(netsurf, INFO, format , ##args)
 #endif


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to