@@ -103,11 +103,11 @@ (set! *last-db-access* (current-seconds)) (db:test-set-comment db run-id test-name item-path comment))) (rpc:publish-procedure! 'rdb:test-set-log! - (lambda (run-id test-name item-path logf) + (lambda (test-id logf) (set! *last-db-access* (current-seconds)) (db:test-set-log! db test-id logf))) (rpc:publish-procedure! 'rdb:get-test-data-by-id