mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
registry: use available string constant in debug statement.
Michael
(This used to be commit 6bac03a2ec
)
This commit is contained in:
parent
cef4e1bd9e
commit
060f554adc
@ -350,7 +350,7 @@ bool regdb_init(void)
|
||||
|
||||
if ( vers_id != REGVER_V1 ) {
|
||||
/* any upgrade code here if needed */
|
||||
DEBUG(10, ("regdb_init: got INFO/version = %d != %d\n",
|
||||
DEBUG(10, ("regdb_init: got %s = %d != %d\n", vstring,
|
||||
vers_id, REGVER_V1));
|
||||
if (dbwrap_store_int32(regdb, vstring, REGVER_V1) != 0) {
|
||||
DEBUG(0, ("regdb_init: error storing %s = %d\n",
|
||||
|
Loading…
Reference in New Issue
Block a user