Changed call to logging functions (yaz_ added).
[yazpp-moved-to-github.git] / src / yaz-client.cpp
index a6558dc..98f13dc 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  * 
  * $Log: yaz-client.cpp,v $
- * Revision 1.11  2000-07-04 13:48:49  adam
+ * Revision 1.12  2000-09-04 08:59:16  adam
+ * Changed call to logging functions (yaz_ added).
+ *
+ * Revision 1.11  2000/07/04 13:48:49  adam
  * Implemented upper-limit on proxy-to-target sessions.
  *
  * Revision 1.10  2000/05/30 03:12:27  ian
@@ -666,7 +669,7 @@ int MyClient::args(Yaz_SocketManager *socketManager, int argc, char **argv)
            set_cookie(arg);
            break;
        case 'v':
-           log_init_level (log_mask_str(arg));
+           yaz_log_init_level (yaz_log_mask_str(arg));
            break;
        case 'q':
            m_interactive_flag = 0;