Changeset 271
- Timestamp:
- 05/31/10 21:29:38 (21 months ago)
- Files:
-
- 1 modified
-
trunk/src/ows/ows.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ows/ows.c
r270 r271 329 329 330 330 /* Log input query if asked */ 331 if (o->log != NULL) { 332 #if 0 333 time(&now); 334 t = ctime(&now); 335 #endif 331 if (o->log != NULL) 336 332 fprintf(o->log, "[QUERY]\n%s\n---\n", query); 337 }338 339 333 340 334 o->request = ows_request_init();