Fixed .captivebug.xml logging of "file_move".
authorshort <>
Sat, 6 Dec 2003 08:00:42 +0000 (08:00 +0000)
committershort <>
Sat, 6 Dec 2003 08:00:42 +0000 (08:00 +0000)
src/libcaptive/sandbox/parent-File.c

index cf22421..56f0508 100644 (file)
@@ -507,7 +507,7 @@ CaptiveVfsParentObject *captive_vfs_parent_object;
        captive_vfs_parent_object=CAPTIVE_VFS_PARENT_OBJECT(CAPTIVE_FILE_OBJECT(captive_file_parent_object_old)->vfs);
 
        if (captive_vfs_parent_object->corba_bug_action) {
-               xml_action=xmlNewTextChild(captive_vfs_parent_object->corba_bug_action,NULL,"file_truncate",NULL);
+               xml_action=xmlNewTextChild(captive_vfs_parent_object->corba_bug_action,NULL,"file_move",NULL);
                xmlNewProp(xml_action,"object",captive_printf_alloca("%p",captive_file_parent_object_old));
                xmlNewProp(xml_action,"pathname_new",pathname_new);
                xmlNewProp(xml_action,"force_replace",captive_printf_alloca("%u",(unsigned)force_replace));