[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] =?utf-8?q?svn:_/pecl/mysqlnd=5Fms/trunk/_mysqlnd=5Fms.c?=
From:       Ulf_Wendel <uw () php ! net>
Date:       2011-04-21 6:56:31
Message-ID: svn-uw-1303368991-310402-323738021 () svn ! php ! net
[Download RAW message or body]

uw                                       Thu, 21 Apr 2011 06:56:31 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=310402

Log:
Fix debug build s/DGB/DBG. Thank you, Vladimir Getmanshchuk.

Changed paths:
    U   pecl/mysqlnd_ms/trunk/mysqlnd_ms.c

Modified: pecl/mysqlnd_ms/trunk/mysqlnd_ms.c
===================================================================
--- pecl/mysqlnd_ms/trunk/mysqlnd_ms.c	2011-04-21 01:51:24 UTC (rev 310401)
+++ pecl/mysqlnd_ms/trunk/mysqlnd_ms.c	2011-04-21 06:56:31 UTC (rev 310402)
@@ -866,13 +866,13 @@
 					case USE_SLAVE:
 					case USE_ALL:
 					default:
-						DGB_INF("Enforcing use of master after write");
+						DBG_INF("Enforcing use of master after write");
 						which_server = USE_MASTER;
 						break;
 				}
 			}
 		} else {
-			DGB_INF("Use of master detected");
+			DBG_INF("Use of master detected");
 			(*conn_data_pp)->master_used = TRUE;
 		}
 	}
@@ -984,13 +984,13 @@
 					case USE_SLAVE:
 					case USE_ALL:
 					default:
-						DGB_INF("Enforcing use of master after write");
+						DBG_INF("Enforcing use of master after write");
 						which_server = USE_MASTER;
 						break;
 				}
 			}
 		} else {
-			DGB_INF("Use of master detected");
+			DBG_INF("Use of master detected");
 			(*conn_data_pp)->master_used = TRUE;
 		}
 	}



-- 
PECL CVS Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic