[maemo-commits] [maemo-commits] r19233 - in projects/haf/branches/sapwood/rgb-only: . engine server
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Aug 28 15:52:25 EEST 2009
- Previous message: [maemo-commits] r19232 - projects/haf/tags/ke-recv
- Next message: [maemo-commits] r19234 - in projects/haf/branches/sapwood/rgb-only: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: herzi Date: 2009-08-28 15:52:19 +0300 (Fri, 28 Aug 2009) New Revision: 19233 Modified: projects/haf/branches/sapwood/rgb-only/ChangeLog projects/haf/branches/sapwood/rgb-only/engine/Makefile.am projects/haf/branches/sapwood/rgb-only/server/Makefile.am Log: 2009-01-16 Sven Herzberg <sven at imendio.com> Added proper and distinguishable logging domains * engine/Makefile.am, * server/Makefile.am: set the logging domains to "sapwood-server" and "sapwood-engine" Modified: projects/haf/branches/sapwood/rgb-only/ChangeLog =================================================================== --- projects/haf/branches/sapwood/rgb-only/ChangeLog 2009-08-28 12:24:34 UTC (rev 19232) +++ projects/haf/branches/sapwood/rgb-only/ChangeLog 2009-08-28 12:52:19 UTC (rev 19233) @@ -1,3 +1,11 @@ +2009-01-16 Sven Herzberg <sven at imendio.com> + + Added proper and distinguishable logging domains + + * engine/Makefile.am, + * server/Makefile.am: set the logging domains to "sapwood-server" and + "sapwood-engine" + 2009-01-09 Sven Herzberg <sven at imendio.com> Be able to choose the depth of the pixmap by providing a colormap Modified: projects/haf/branches/sapwood/rgb-only/engine/Makefile.am =================================================================== --- projects/haf/branches/sapwood/rgb-only/engine/Makefile.am 2009-08-28 12:24:34 UTC (rev 19232) +++ projects/haf/branches/sapwood/rgb-only/engine/Makefile.am 2009-08-28 12:52:19 UTC (rev 19233) @@ -31,7 +31,7 @@ libsapwood_la_LIBADD=$(GTK_LIBS) \ libsapwood-client.la \ $(NULL) -libsapwood_la_CFLAGS = -DG_LOG_DOMAIN=\"sapwood\" $(AM_CFLAGS) +libsapwood_la_CFLAGS = -DG_LOG_DOMAIN=\"sapwood-engine\" $(AM_CFLAGS) libsapwood_client_la_LIBADD=\ $(top_builddir)/protocol/libprotocol.la \ Modified: projects/haf/branches/sapwood/rgb-only/server/Makefile.am =================================================================== --- projects/haf/branches/sapwood/rgb-only/server/Makefile.am 2009-08-28 12:24:34 UTC (rev 19232) +++ projects/haf/branches/sapwood/rgb-only/server/Makefile.am 2009-08-28 12:52:19 UTC (rev 19233) @@ -3,7 +3,9 @@ INCLUDES = \ $(GDK_CFLAGS) \ -I$(top_srcdir)/protocol \ - -DSAPWOOD_SERVER=\"$(daemondir)/sapwood-server\" + -DSAPWOOD_SERVER=\"$(daemondir)/sapwood-server\" \ + -DG_LOG_DOMAIN=\"sapwood-server\" \ + $(NULL) daemondir = $(libdir)/sapwood daemon_PROGRAMS = sapwood-server
- Previous message: [maemo-commits] r19232 - projects/haf/tags/ke-recv
- Next message: [maemo-commits] r19234 - in projects/haf/branches/sapwood/rgb-only: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]