aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt3
-rw-r--r--pseudo_client.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6a1c3a8..3869093 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,6 @@
+2013-02-27:
+ * (seebs) Oh, hey, what if I took out my debug messages?
+
2013-02-26:
* (seebs) When built -DNDEBUG, completely drop pseudo_debug calls.
* (seebs) Add PSEUDO_ALLOW_FSYNC to allow temporary re-enabling of
diff --git a/pseudo_client.c b/pseudo_client.c
index a3e40f6..b6d11a6 100644
--- a/pseudo_client.c
+++ b/pseudo_client.c
@@ -177,10 +177,8 @@ pseudo_init_client(void) {
}
if (env) {
pseudo_allow_fsync = 1;
- pseudo_diag("pseudo_allow_fsync: %s => 1\n", env);
} else {
pseudo_allow_fsync = 0;
- pseudo_diag("pseudo_allow_fsync: null => 0\n");
}
/* in child processes, PSEUDO_UNLOAD may become set to