]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/smartall.c
Use the command line utility dropdb instead of the psql command
[bacula/bacula] / bacula / src / lib / smartall.c
index 32aa392f0758bded4e64ba0d2dc5232b49b04a87..5950cf794df2de8322d583bce8572e2bd22cb0c6 100644 (file)
@@ -485,11 +485,13 @@ void sm_static(int mode)
 
 void * operator new(size_t size)
 {
+// Dmsg1(000, "new called %d\n", size);
    return sm_malloc(__FILE__, __LINE__, size);
 }
 
 void operator delete(void *buf)
 {
+// Dmsg1(000, "free called 0x%x\n", buf);
    sm_free(__FILE__, __LINE__, buf);
 }